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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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