WebSocketClientResponseHeader Property |
获取响应头
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public Dictionary<string, string> ResponseHeader { get; }
Public ReadOnly Property ResponseHeader As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ ResponseHeader {
Dictionary<String^, String^>^ get ();
}
member ResponseHeader : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringSee Also