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

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

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