HttpRequestResponse Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic HttpResponse Response { get; }
Public ReadOnly Property Response As HttpResponse
Get
public:
property HttpResponse^ Response {
HttpResponse^ get ();
}
member Response : HttpResponse with get
Property Value
Type:
HttpResponse
See Also