C# Class GSF.IO.NetworkStreamSimulator

Provides a stream that functions like a network stream except it cuts out the socket layer.
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Свойство Type Description
ClientStream Stream
ServerStream Stream

Méthodes publiques

Méthode Description
NetworkStreamSimulator ( ) : System

Creates a new NetworkStreamSimulator

Method Details

NetworkStreamSimulator() public méthode

Creates a new NetworkStreamSimulator
public NetworkStreamSimulator ( ) : System
Résultat System

Property Details

ClientStream public_oe property

The client's stream
public Stream ClientStream
Résultat Stream

ServerStream public_oe property

The server's stream
public Stream ServerStream
Résultat Stream