C# Class P2PStateServer.UnknownResponse

Represents the UnknownResponse message.
This class represents a message that was classified as a response, but could not be identified.
Inheritance: ServiceResponse
显示文件 Open project: tenor/p2pStateServer

Public Methods

Method Description
Process ( ) : void

Process the message

UnknownResponse ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the UnknownResponse class

Method Details

Process() public method

Process the message
public Process ( ) : void
return void

UnknownResponse() public method

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