|
|
Client
|
The ClientRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientRequest | Initializes a new instance of the ClientRequest class. | |
| ClientRequest(String) | Initializes a new instance of the ClientRequest class. | |
| ClientRequest(SerializationInfo, StreamingContext) | Creates a new ClientRequest from serialization parameters. | |
| ClientRequest(String, Arguments) | Initializes a new instance of the ClientRequest class. |
| Name | Description | |
|---|---|---|
| Arguments | Gets or sets the Arguments for the Command. | |
| Attachments | Gets a list of attachments for the ClientRequest. | |
| Command | Gets or sets the command text for the ClientRequest. |
| Name | Description | |
|---|---|---|
| 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) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Parse | Converts String to a ClientRequest. | |
| ToString |
Returns the String that represents the ClientRequest.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
| GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |