C# Class Opc.Ua.NetworkTester.Server.Connection

Stores the state of a connection.
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Свойство Type Description
ClientToServerBuffer byte[]
IncomingSocket Socket
OutgoingSocket Socket
ServerToClientBuffer byte[]

Property Details

ClientToServerBuffer public_oe property

public byte[] ClientToServerBuffer
Résultat byte[]

IncomingSocket public_oe property

public Socket IncomingSocket
Résultat Socket

OutgoingSocket public_oe property

public Socket OutgoingSocket
Résultat Socket

ServerToClientBuffer public_oe property

public byte[] ServerToClientBuffer
Résultat byte[]