HttpWorkerRequest.HeaderContentLocation Campo

Definição

Especifica o número de índice para o cabeçalho HTTP Content-Location.Specifies the index number for the Content-Location HTTP header.

public: int HeaderContentLocation = 15;
public const int HeaderContentLocation = 15;
val mutable HeaderContentLocation : int
Public Const HeaderContentLocation As Integer  = 15

Valor do campo

Int32

Comentários

O .NET Framework atribui um número de índice a cada tipo de cabeçalho HTTP padrão, para uso nos GetKnownRequestHeader métodos e SendKnownResponseHeader .The .NET Framework assigns an index number to each standard HTTP header type, for use in the GetKnownRequestHeader and SendKnownResponseHeader methods.

Aplica-se a