C# Class P2PStateServer.UnknownRequest

Represents the UnknownRequest message.
This class represents a message that was classified as a request, but could not be identified.
Inheritance: ServiceRequest
Afficher le fichier Open project: tenor/p2pStateServer

Méthodes publiques

Méthode Description
Process ( ) : void

Process the message

UnknownRequest ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the UnknownRequest class

Méthodes protégées

Méthode Description
BuildResponse ( Type ResponseType, string ResponseMessage, ISessionResponseInfo ResponseInfo, byte Content ) : ResponseData

Generates an appropriate ResponseData object for this message, filled with supplied data

Method Details

BuildResponse() protected méthode

Generates an appropriate ResponseData object for this message, filled with supplied data
protected BuildResponse ( Type ResponseType, string ResponseMessage, ISessionResponseInfo ResponseInfo, byte Content ) : ResponseData
ResponseType System.Type The Type of the Response message
ResponseMessage string The HTTP response reason phrase
ResponseInfo ISessionResponseInfo The session response information
Content byte The response data
Résultat ResponseData

Process() public méthode

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

UnknownRequest() public méthode

Initializes a new instance of the UnknownRequest class
public UnknownRequest ( HTTPPartialData Data, StateServer Service ) : System
Data HTTPPartialData The HTTPPartialData class to load this instance from
Service StateServer State server instance
Résultat System