C# 클래스 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.
상속: ServiceResponse
파일 보기 프로젝트 열기: tenor/p2pStateServer

공개 메소드들

메소드 설명
LockedResponse ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the LockedResponse class

Process ( ) : void

Process the message

비공개 메소드들

메소드 설명
AppendResponse ( StringBuilder sb, string Message, string ASPNETVersion, ISessionResponseInfo ResponseInfo ) : void

Appends the raw response data to a string builder

메소드 상세

LockedResponse() 공개 메소드

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
리턴 System

Process() 공개 메소드

Process the message
public Process ( ) : void
리턴 void