C# 클래스 P2PStateServer.ServiceResponse

Represents a ServiceResponse message
The ServiceResponse class represents a response message from a peer to another or from a state server to a client (web server) in response to a request. Response messages should be derived from the ServiceResponse class.
상속: ServiceMessage
파일 보기 프로젝트 열기: tenor/p2pStateServer

보호된 프로퍼티들

프로퍼티 타입 설명
actionFlags string
aspNetVersion string
assocID Guid?

공개 메소드들

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

Initializes a new instance of the ServiceResponse class

보호된 메소드들

메소드 설명
ProcessFailureResponse ( ) : void

Processes an unexpected/bad response. This method also calls the Failure event for BeginAuthRequest\CompleteAuthRequest and SetTransferRequest

Validate ( ) : bool

Validates a ServiceResponse message

메소드 상세

ProcessFailureResponse() 보호된 메소드

Processes an unexpected/bad response. This method also calls the Failure event for BeginAuthRequest\CompleteAuthRequest and SetTransferRequest
protected ProcessFailureResponse ( ) : void
리턴 void

ServiceResponse() 공개 메소드

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

Validate() 보호된 메소드

Validates a ServiceResponse message
protected Validate ( ) : bool
리턴 bool

프로퍼티 상세

actionFlags 보호되어 있는 프로퍼티

The response ActionFlags value
protected string actionFlags
리턴 string

aspNetVersion 보호되어 있는 프로퍼티

The version of the state server that sent the response
protected string aspNetVersion
리턴 string

assocID 보호되어 있는 프로퍼티

The request ID associated with the response
protected Guid? assocID
리턴 Guid?