Gets a collection of the headers that were sent with the request.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax NameValueCollection Headers { get; }
ReadOnly Property Headers As NameValueCollection
Get
property NameValueCollection^ Headers {
NameValueCollection^ get ();
}
abstract Headers : NameValueCollection with get
Property Value
Type:
NameValueCollectionSee Also