C# Class P2PStateServer.BadMessage

Represents the UnknownRequest message.
This class represents a message that could not be classified as either a request or a response.
Inheritance: ServiceMessage
显示文件 Open project: tenor/p2pStateServer

Public Methods

Method Description
BadMessage ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the BadMessage class

Process ( ) : void

Process the message

Method Details

BadMessage() public method

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
return System

Process() public method

Process the message
public Process ( ) : void
return void