HttpWorkerRequest.HeaderWwwAuthenticate Campo

Definição

Especifica o número de índice para o WWW-Authenticate cabeçalho HTTP.

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

Valor de Campo

Value = 29

Observações

.NET Framework atribui um número de índice a cada tipo de cabeçalho HTTP padrão, para uso nos métodos GetKnownRequestHeader e SendKnownResponseHeader.

Aplica-se a