OpcSocketIdentity Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcSocketIdentity type exposes the following members.

OpcSocketIdentity(EndPoint, EndPoint)

C#

public OpcSocketIdentity(EndPoint localEndpoint, EndPoint remoteEndpoint)


Parameters

localEndpoint EndPoint


remoteEndpoint EndPoint



Exceptions

ArgumentNullException


LocalEndpoint

C#

public EndPoint LocalEndpoint { get; }


Property Value

EndPoint

RemoteEndpoint

C#

public EndPoint RemoteEndpoint { get; }


Property Value

EndPoint

ToString()

C#

public override string ToString()


Returns

String