HttpRequestMethodType Property |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public HttpMethodType MethodType { get; set; }
Public Property MethodType As HttpMethodType
Get
Set
public:
property HttpMethodType MethodType {
HttpMethodType get ();
void set (HttpMethodType value);
}
member MethodType : HttpMethodType with get, set
Property Value
Type:
HttpMethodTypeSee Also