JsonRpcRequestDispatcher Class |
Namespace: SolidFire.Core
public class JsonRpcRequestDispatcher : IRpcRequestDispatcher
The JsonRpcRequestDispatcher type exposes the following members.
Name | Description | |
---|---|---|
JsonRpcRequestDispatcher(Uri, Boolean) |
Create a new web request dispatcher with the specified endpoint. No credentials are included so security will be missing.
| |
JsonRpcRequestDispatcher(Uri, NetworkCredential, Boolean) |
Create a new web request dispatcher with the specified endpoint and credentials
|
Name | Description | |
---|---|---|
Clone | ||
Dispatch |
Dispatches the HTTP request. Upon receipt of the response, ensures status codes are set in the response object.
Inspects any errors in the response for known/expected problems.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetConnectionVersion | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTimeout | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUri | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetTimeout | ||
SetTimeoutToDefault | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |