C# Class P2PStateServer.LockedResponse

Represents the LockedResponse message
This message is sent by a state server to a client (web server) to indicate that the requested action could not be performed because the session is locked. This message is only transmitted from state server to client.
Inheritance: ServiceResponse
显示文件 Open project: tenor/p2pStateServer

Public Methods

Method Description
LockedResponse ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the LockedResponse class

Process ( ) : void

Process the message

Private Methods

Method Description
AppendResponse ( StringBuilder sb, string Message, string ASPNETVersion, ISessionResponseInfo ResponseInfo ) : void

Appends the raw response data to a string builder

Method Details

LockedResponse() public method

Initializes a new instance of the LockedResponse class
public LockedResponse ( HTTPPartialData Data, StateServer Service ) : System
Data HTTPPartialData The HTTPPartialData class to load this instance from
Service StateServer State server instance
return System

Process() public method

Process the message
public Process ( ) : void
return void