HttpResponseHttpHeaders Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic NameValueCollection HttpHeaders { get; }
Public ReadOnly Property HttpHeaders As NameValueCollection
Get
public:
property NameValueCollection^ HttpHeaders {
NameValueCollection^ get ();
}
member HttpHeaders : NameValueCollection with get
Property Value
Type:
NameValueCollection
See Also