C# Class Universe.Framework.Servers.HttpServer.PollServiceHttpRequest

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
Context System.Net.HttpListenerContext
PollServiceArgs PollServiceEventArgs
RequestID UUID
RequestTime int

Méthodes publiques

Méthode Description
PollServiceHttpRequest ( PollServiceEventArgs pPollServiceArgs, HttpListenerContext context ) : System.Net

Method Details

PollServiceHttpRequest() public méthode

public PollServiceHttpRequest ( PollServiceEventArgs pPollServiceArgs, HttpListenerContext context ) : System.Net
pPollServiceArgs PollServiceEventArgs
context System.Net.HttpListenerContext
Résultat System.Net

Property Details

Context public_oe property

public HttpListenerContext,System.Net Context
Résultat System.Net.HttpListenerContext

PollServiceArgs public_oe property

public PollServiceEventArgs,Universe.Framework.Servers.HttpServer PollServiceArgs
Résultat PollServiceEventArgs

RequestID public_oe property

public UUID RequestID
Résultat UUID

RequestTime public_oe property

public int RequestTime
Résultat int