HttpWorkerRequest.HeaderProxyAuthenticate Field

Definition

Specifies the index number for the Proxy-Authenticate HTTP header.

public: int HeaderProxyAuthenticate = 24;
public const int HeaderProxyAuthenticate = 24;
val mutable HeaderProxyAuthenticate : int
Public Const HeaderProxyAuthenticate As Integer  = 24

Field Value

Value = 24

Remarks

The .NET Framework assigns an index number to each standard HTTP header type, for use in the GetKnownRequestHeader and SendKnownResponseHeader methods.

Applies to