HTTPResponseServerFields Property |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, string> ServerFields { get; set; }Public Property ServerFields As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ ServerFields {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}member ServerFields : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
String
See Also