HttpWorkerRequest.HeaderExpect Field

Definition

Specifies the index number for the Except HTTP header.

public: int HeaderExpect = 26;
public const int HeaderExpect = 26;
val mutable HeaderExpect : int
Public Const HeaderExpect As Integer  = 26

Field Value

Value = 26

Remarks

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

Applies to