Method | Description | |
---|---|---|
Process ( ) : void |
Process the message
|
|
SetRequest ( |
Initializes a new instance of the SetRequest class
|
Method | Description | |
---|---|---|
BuildResponse ( |
Generates an appropriate ResponseData object for this message, filled with supplied data
|
protected BuildResponse ( |
||
ResponseType | The Type of the Response message | |
ResponseMessage | string | The HTTP response reason phrase |
ResponseInfo | ISessionResponseInfo | The session response information |
Content | byte | The response data |
return | ResponseData |
public SetRequest ( |
||
Data | The HTTPPartialData class to load this instance from | |
Service | StateServer | State server instance |
return | System |