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

This is a single server socket that handles an individual client connection.
상속: SnapStreamingServer
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
GetFullStatus ( StringBuilder status ) : void
SnapNetworkServer ( SecureStreamServer authentication, TcpClient client, SnapServer server, bool requireSsl = false ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

메소드 상세

Dispose() 보호된 메소드

Releases the unmanaged resources used by the SnapNetworkServer 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() 공개 메소드

public GetFullStatus ( StringBuilder status ) : void
status StringBuilder
리턴 void

SnapNetworkServer() 공개 메소드

public SnapNetworkServer ( SecureStreamServer authentication, TcpClient client, SnapServer server, bool requireSsl = false ) : System
authentication SecureStreamServer
client System.Net.Sockets.TcpClient
server SnapServer
requireSsl bool
리턴 System