HttpRequestMethodType Property |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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
HttpMethodType
See Also