Метод | Описание | |
---|---|---|
GetExclusiveRequest ( |
Initializes a new instance of the GetExclusiveRequest class
|
|
Process ( ) : void |
Process the message
|
Метод | Описание | |
---|---|---|
BuildResponse ( |
Generates an appropriate ResponseData object for this message, filled with supplied data
|
Метод | Описание | |
---|---|---|
CompleteExclusiveReadRequest ( 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 |
Результат | ResponseData |
public GetExclusiveRequest ( |
||
Data | The HTTPPartialData class to load this instance from | |
Service | StateServer | State server instance |
Результат | System |