C# Класс P2PStateServer.UnknownResponse

Represents the UnknownResponse message.
This class represents a message that was classified as a response, but could not be identified.
Наследование: ServiceResponse
Показать файл Открыть проект

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

Метод Описание
Process ( ) : void

Process the message

UnknownResponse ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the UnknownResponse class

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

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

Process the message
public Process ( ) : void
Результат void

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

Initializes a new instance of the UnknownResponse class
public UnknownResponse ( HTTPPartialData Data, StateServer Service ) : System
Data HTTPPartialData The HTTPPartialData class to load this instance from
Service StateServer State server instance
Результат System