MJPEGConnectionHTTPHeaders Property |
Gets the HTTP Headers.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Dictionary<string, string> HTTPHeaders { get; }
Public ReadOnly Property HTTPHeaders As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ HTTPHeaders {
Dictionary<String^, String^>^ get ();
}
member HTTPHeaders : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringSee Also