HttpWorkerRequest.HeaderWwwAuthenticate Campo

Definição

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

public: int HeaderWwwAuthenticate = 29;
public const int HeaderWwwAuthenticate = 29;
val mutable HeaderWwwAuthenticate : int
Public Const HeaderWwwAuthenticate As Integer  = 29

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