C# 클래스 GSF.Net.NetworkBinaryStream

상속: RemoteBinaryStream
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
Disconnect ( ) : void

Disconnects the socket. Does not throw an exception.

NetworkBinaryStream ( Socket socket, int timeout = -1, WorkerThreadSynchronization workerThreadSynchronization = null ) : System

보호된 메소드들

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

메소드 상세

Disconnect() 공개 메소드

Disconnects the socket. Does not throw an exception.
public Disconnect ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

NetworkBinaryStream() 공개 메소드

public NetworkBinaryStream ( Socket socket, int timeout = -1, WorkerThreadSynchronization workerThreadSynchronization = null ) : System
socket System.Net.Sockets.Socket
timeout int
workerThreadSynchronization GSF.Threading.WorkerThreadSynchronization
리턴 System