C# 클래스 P2PStateServer.UnauthorizedResponse

Represents the UnauthorizedResponse message
The UnauthorizedResponse message is sent in response to BeginAuthRequest, CompleteAuthRequest or SetTransferRequest messages. If this message is in response to a BeginAuthRequest, it indicates that the authentication process can proceed. If this message is in response to a CompleteAuthRequest, it indicates the authentication failed. If this message is in response to a SetTransferRequest, it indicates that the peer is not accepting the transfer because the transmitting peer is not authenticated. This message is only transmitted between peers.
상속: ServiceResponse
파일 보기 프로젝트 열기: tenor/p2pStateServer

보호된 프로퍼티들

프로퍼티 타입 설명
nonce string
qop string
realm string

공개 메소드들

메소드 설명
Process ( ) : void

Process the message

UnauthorizedResponse ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the UnauthorizedResponse class

비공개 메소드들

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

Appends the raw response data to a string builder

메소드 상세

Process() 공개 메소드

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

UnauthorizedResponse() 공개 메소드

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

프로퍼티 상세

nonce 보호되어 있는 프로퍼티

protected string nonce
리턴 string

qop 보호되어 있는 프로퍼티

protected string qop
리턴 string

realm 보호되어 있는 프로퍼티

protected string realm
리턴 string