Click or drag to resize

JsonRpcRequestDispatcher Class

Used to prepare and dispatch a JSON-RPC request.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreJsonRpcRequestDispatcher

Namespace:  SolidFire.Core
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class JsonRpcRequestDispatcher : IRpcRequestDispatcher

The JsonRpcRequestDispatcher type exposes the following members.

Constructors
  NameDescription
Public methodJsonRpcRequestDispatcher(Uri, Boolean)
Create a new web request dispatcher with the specified endpoint. No credentials are included so security will be missing.
Public methodJsonRpcRequestDispatcher(Uri, NetworkCredential, Boolean)
Create a new web request dispatcher with the specified endpoint and credentials
Top
Methods
  NameDescription
Public methodClone
Public methodDispatch
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetConnectionVersion
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTimeout
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUri
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetTimeout
Public methodSetTimeoutToDefault
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also