C# 클래스 GSF.Snap.Services.Net.SnapSocketListener

Hosts a SnapServer on a network socket.
상속: GSF.Diagnostics.DisposableLoggingClassBase
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
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