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

Stores the state of a connection.
Show file Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
ClientToServerBuffer byte[]
IncomingSocket Socket
OutgoingSocket Socket
ServerToClientBuffer byte[]

Property Details

ClientToServerBuffer public property

public byte[] ClientToServerBuffer
return byte[]

IncomingSocket public property

public Socket IncomingSocket
return Socket

OutgoingSocket public property

public Socket OutgoingSocket
return Socket

ServerToClientBuffer public property

public byte[] ServerToClientBuffer
return byte[]