The Response type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Response |
Initializes a new instance of the Response class
|
![]() | Response(SessionId) |
Initializes a new instance of the Response class
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() ![]() | FromJson |
Returns a new Response from a JSON-encoded string.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToJson |
Returns this object as a JSON-encoded string.
|
![]() | ToString |
Returns the object as a string.
(Overrides ![]() |
Properties
Name | Description | |
---|---|---|
![]() | SessionId |
Gets or sets the session ID.
|
![]() | Status |
Gets or sets the status value of the response.
|
![]() | Value |
Gets or sets the value from JSON.
|
See Also