C# Класс P2PStateServer.NotFoundResponse

Represents the NotFoundResponse message
This message is sent by a state server to a client (web server) to indicate that the requested action could not be performed because the session was not found. This message is only transmitted from state server to client.
Наследование: ServiceResponse
Показать файл Открыть проект

Открытые методы

Метод Описание
NotFoundResponse ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the NotFoundResponse class

Process ( ) : void

Process the message

Приватные методы

Метод Описание
AppendResponse ( StringBuilder sb, string Message, string ASPNETVersion ) : void

Appends the raw response data to a string builder

Описание методов

NotFoundResponse() публичный Метод

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