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
Afficher le fichier Open project: tenor/p2pStateServer

Méthodes publiques

Méthode Description
Process ( ) : void

Process the message

UnknownResponse ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the UnknownResponse class

Method Details

Process() public méthode

Process the message
public Process ( ) : void
Résultat void

UnknownResponse() public méthode

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
Résultat System