Method | Description | |
---|---|---|
Process ( ) : void |
Process the message
|
|
ResetTimeoutRequest ( |
Initializes a new instance of the ResetTimeoutRequest class
|
Method | Description | |
---|---|---|
BuildResponse ( |
Generates an appropriate ResponseData object for this message, filled with supplied data
|
Method | Description | |
---|---|---|
CompleteResetTimeoutRequest ( ISessionObject Session, object StateObject ) : void |
Called by the SessionDictionary.Read() method to complete processing the request, if the requested session was found and read
|
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 ResetTimeoutRequest ( |
||
Data | The HTTPPartialData class to load this instance from | |
Service | StateServer | State server instance |
return | System |