C# Класс GSF.Snap.Services.Net.SnapSocketListener

Hosts a SnapServer on a network socket.
Наследование: GSF.Diagnostics.DisposableLoggingClassBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetFullStatus ( StringBuilder status ) : void

Gets the status of the SnapSocketListener.

SnapSocketListener ( SnapSocketListenerSettings settings, SnapServer server ) : System

Creates a SnapSocketListener

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the SnapSocketListener object and optionally releases the managed resources.

Приватные методы

Метод Описание
ProcessDataRequests ( object state ) : void

Processes the client

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

Dispose() защищенный Метод

Releases the unmanaged resources used by the SnapSocketListener object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

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

Gets the status of the SnapSocketListener.
public GetFullStatus ( StringBuilder status ) : void
status StringBuilder
Результат void

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

Creates a SnapSocketListener
public SnapSocketListener ( SnapSocketListenerSettings settings, SnapServer server ) : System
settings SnapSocketListenerSettings
server SnapServer
Результат System