HttpWorkerRequest.HeaderVia Field

Definition

Specifies the index number for the Via HTTP header.

public: int HeaderVia = 8;
public const int HeaderVia = 8;
val mutable HeaderVia : int
Public Const HeaderVia As Integer  = 8

Field Value

Value = 8

Remarks

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

Applies to