C# Class GSF.Snap.Services.Net.SnapNetworkServer

This is a single server socket that handles an individual client connection.
Inheritance: SnapStreamingServer
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
GetFullStatus ( StringBuilder status ) : void
SnapNetworkServer ( SecureStreamServer authentication, TcpClient client, SnapServer server, bool requireSsl = false ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Method Details

Dispose() protected méthode

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.
Résultat void

GetFullStatus() public méthode

public GetFullStatus ( StringBuilder status ) : void
status StringBuilder
Résultat void

SnapNetworkServer() public méthode

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