HttpRequestMethodType Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
HttpMethodType
See Also