C# 클래스 P2PStateServer.OKResponse

Represents the OKResponse message
This message is sent by a state server to a client (web server) or from one peer to another to indicate that the requested action was successful. This message is transmitted from state server to client or between peers.
상속: ServiceResponse
파일 보기 프로젝트 열기: tenor/p2pStateServer

보호된 프로퍼티들

프로퍼티 타입 설명
authInfo_cnonce string
authInfo_ncount int
authInfo_qop string
authInfo_rspauth string

공개 메소드들

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

Initializes a new instance of the OKResponse class

Process ( ) : void

Process the message

비공개 메소드들

메소드 설명
AppendResponse ( StringBuilder sb, string Message, System.Guid AssociatedRequestID, string ASPNETVersion, int ActionFlags ) : void

Appends the raw response data to a string builder. Used to reply to all messages except CompleteAuthRequest, GetExclusiveRequest and GetRequest messages

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

Appends the raw response data to a string builder. Used to reply to GetExclusiveRequest and GetRequest messages

AppendResponse ( StringBuilder sb, string Message, string ASPNETVersion, string ClientNonce, string ResponseDigest ) : void

Appends the raw response data to a string builder. Used to reply to CompleteAuthRequest messages

메소드 상세

OKResponse() 공개 메소드

Initializes a new instance of the OKResponse class
public OKResponse ( 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

프로퍼티 상세

authInfo_cnonce 보호되어 있는 프로퍼티

protected string authInfo_cnonce
리턴 string

authInfo_ncount 보호되어 있는 프로퍼티

protected int authInfo_ncount
리턴 int

authInfo_qop 보호되어 있는 프로퍼티

protected string authInfo_qop
리턴 string

authInfo_rspauth 보호되어 있는 프로퍼티

protected string authInfo_rspauth
리턴 string