Edit

Share via


HttpWorkerRequest.HeaderContentLength Field

Definition

Specifies the index number for the Content-Length HTTP header.

public const int HeaderContentLength = 11;

Field Value

Value = 11

Remarks

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

Applies to