RequestAsyncHeaders Property
IT Hit WebDAV Classes Reference
Gets a collection of HTTP headers.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax public abstract IDictionary<string, string> Headers { get; }
Public MustOverride ReadOnly Property Headers As IDictionary(Of String, String)
Get
public:
virtual property IDictionary<String^, String^>^ Headers {
IDictionary<String^, String^>^ get () abstract;
}
abstract Headers : IDictionary<string, string> with get
Property Value
Type:
IDictionaryString,
String
A
NameValueCollection of headers.
See Also