| StandardResponseHeaders Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Mobile.Utils.Web.StandardResponse.Headers"]
Namespace: Activsoft.Engine.Mobile.Utils.WebAssembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, string> Headers { get; }Public ReadOnly Property Headers As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Headers {
Dictionary<String^, String^>^ get ();
}member Headers : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
String
See Also