 | HttpRpcClientHandlerHttpMethod Property |
[This is preliminary documentation and is subject to change.]
HTTP method used when sending the client request.
Namespace:
JsonRpc.Http
Assembly:
JsonRpc.Http (in JsonRpc.Http.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic HttpMethod HttpMethod { get; set; }
Public Property HttpMethod As HttpMethod
Get
Set
Dim instance As HttpRpcClientHandler
Dim value As HttpMethod
value = instance.HttpMethod
instance.HttpMethod = value
public:
property HttpMethod^ HttpMethod {
HttpMethod^ get ();
void set (HttpMethod^ value);
}
member HttpMethod : HttpMethod with get, set
Property Value
Type:
HttpMethod
See Also