메소드 | 설명 | |
---|---|---|
BeginAuthRequest ( |
Initializes a new instance of the BeginAuthRequest class
|
|
Process ( ) : void |
Process the message
|
|
Send ( |
Sends a BeginAuthRequest message to a specified ServiceSocket
|
메소드 | 설명 | |
---|---|---|
BuildResponse ( |
Generates an appropriate ResponseData object for this message, filled with supplied data
|
public BeginAuthRequest ( |
||
Data | The HTTPPartialData class to load this instance from | |
Service | StateServer | State server instance |
리턴 | System |
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 static Send ( |
||
socket | The target ServiceSocket | |
Service | StateServer | The state server instance |
SuccessAction | Action |
The Action to call if the message was accepted |
FailAction | Action |
The Action to call if the message transmission failed or was refused |
TimeoutAction | System | The Action to call if the transfer timed out This Action's processing time should be very short because a long list of Timeout actions can be daisy-chained and called one after the other |
Timeout | System.TimeSpan | The timeout time span |
리턴 | void |