C# Класс Universe.Framework.Servers.HttpServer.PollServiceHttpRequest

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Context System.Net.HttpListenerContext
PollServiceArgs PollServiceEventArgs
RequestID UUID
RequestTime int

Открытые методы

Метод Описание
PollServiceHttpRequest ( PollServiceEventArgs pPollServiceArgs, HttpListenerContext context ) : System.Net

Описание методов

PollServiceHttpRequest() публичный Метод

public PollServiceHttpRequest ( PollServiceEventArgs pPollServiceArgs, HttpListenerContext context ) : System.Net
pPollServiceArgs PollServiceEventArgs
context System.Net.HttpListenerContext
Результат System.Net

Описание свойств

Context публичное свойство

public HttpListenerContext,System.Net Context
Результат System.Net.HttpListenerContext

PollServiceArgs публичное свойство

public PollServiceEventArgs,Universe.Framework.Servers.HttpServer PollServiceArgs
Результат PollServiceEventArgs

RequestID публичное свойство

public UUID RequestID
Результат UUID

RequestTime публичное свойство

public int RequestTime
Результат int