| MJPEGConnectionHTTPHeaders Property  | 
            Gets the HTTP Headers.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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