메소드 | 설명 | |
---|---|---|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
|
ServiceResponse ( ) : System |
Initializes a new instance of the ServiceResponse class.
|
|
ServiceResponse ( string type ) : System |
Initializes a new instance of the ServiceResponse class.
|
|
ServiceResponse ( string type, string message ) : System |
Initializes a new instance of the ServiceResponse class.
|
메소드 | 설명 | |
---|---|---|
ServiceResponse ( |
Creates a new ClientRequest from serialization parameters.
|
public GetObjectData ( |
||
info | The |
|
context | The destination (see |
|
리턴 | void |
protected ServiceResponse ( |
||
info | The |
|
context | The source |
|
리턴 | System |
public ServiceResponse ( string type ) : System | ||
type | string | Type of the |
리턴 | System |
public ServiceResponse ( string type, string message ) : System | ||
type | string | Type of the |
message | string | Message associated with the |
리턴 | System |