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

Stores the state of a connection.
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Properties

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

Property Details

ClientToServerBuffer public_oe property

public byte[] ClientToServerBuffer
return byte[]

IncomingSocket public_oe property

public Socket IncomingSocket
return Socket

OutgoingSocket public_oe property

public Socket OutgoingSocket
return Socket

ServerToClientBuffer public_oe property

public byte[] ServerToClientBuffer
return byte[]