C# Class GSF.Net.NetworkBinaryStream

Inheritance: RemoteBinaryStream
Exibir arquivo Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
Disconnect ( ) : void

Disconnects the socket. Does not throw an exception.

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Disconnect() public method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NetworkBinaryStream() public method

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