C# 클래스 Opc.Ua.NetworkTester.Server.Connection

Stores the state of a connection.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 프로퍼티들

프로퍼티 타입 설명
ClientToServerBuffer byte[]
IncomingSocket Socket
OutgoingSocket Socket
ServerToClientBuffer byte[]

프로퍼티 상세

ClientToServerBuffer 공개적으로 프로퍼티

public byte[] ClientToServerBuffer
리턴 byte[]

IncomingSocket 공개적으로 프로퍼티

public Socket IncomingSocket
리턴 Socket

OutgoingSocket 공개적으로 프로퍼티

public Socket OutgoingSocket
리턴 Socket

ServerToClientBuffer 공개적으로 프로퍼티

public byte[] ServerToClientBuffer
리턴 byte[]