|
IWebClientHeaders Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:SnapMD.VirtualCare.Sdk.Interfaces.IWebClient.Headers"]
Namespace: SnapMD.VirtualCare.Sdk.InterfacesAssembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
SyntaxWebHeaderCollection Headers { get; set; }
Property Headers As WebHeaderCollection
Get
Set
property WebHeaderCollection^ Headers {
WebHeaderCollection^ get ();
void set (WebHeaderCollection^ value);
}
abstract Headers : WebHeaderCollection with get, set
Property Value
Type:
WebHeaderCollection
See Also