메소드 | 설명 | |
---|---|---|
ClientRequest ( ) : System |
Initializes a new instance of the ClientRequest class.
|
|
ClientRequest ( string command ) : System |
Initializes a new instance of the ClientRequest class.
|
|
ClientRequest ( string command, System.Arguments arguments ) : System |
Initializes a new instance of the ClientRequest class.
|
|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
|
Parse ( string text ) : |
Converts string to a ClientRequest.
|
|
ToString ( ) : string |
Returns the String that represents the ClientRequest.
|
메소드 | 설명 | |
---|---|---|
ClientRequest ( |
Creates a new ClientRequest from serialization parameters.
|
protected ClientRequest ( |
||
info | The |
|
context | The source |
|
리턴 | System |
public ClientRequest ( string command ) : System | ||
command | string | Command text for the |
리턴 | System |
public ClientRequest ( string command, System.Arguments arguments ) : System | ||
command | string | Command text for the |
arguments | System.Arguments | |
리턴 | System |
public GetObjectData ( |
||
info | The |
|
context | The destination (see |
|
리턴 | void |
public static Parse ( string text ) : |
||
text | string | Text to be converted to a |
리턴 |