SPHttpHeaderThrottleClassifier.Header property
Gets the name of the header.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Header As String
Get
'Usage
Dim instance As SPHttpHeaderThrottleClassifier
Dim value As String
value = instance.Header
public string Header { get; }
Property value
Type: System.String
The header name.
Remarks
For a list of header names, see request header.
See also
Reference
SPHttpHeaderThrottleClassifier class