C# Class GSF.Net.NetworkBinaryStream

Inheritance: RemoteBinaryStream
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
Disconnect ( ) : void

Disconnects the socket. Does not throw an exception.

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Disconnect() public méthode

Disconnects the socket. Does not throw an exception.
public Disconnect ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

NetworkBinaryStream() public méthode

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