C# Класс P2PStateServer.BadMessage

Represents the UnknownRequest message.
This class represents a message that could not be classified as either a request or a response.
Наследование: ServiceMessage
Показать файл Открыть проект

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

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

Initializes a new instance of the BadMessage class

Process ( ) : void

Process the message

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

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

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