MJPEGConnectionHTTPHeaders Property |
Gets the HTTP Headers.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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,
String
See Also