Table of Contents

OpcSocketIdentity Members

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

Constructors

OpcSocketIdentity(EndPoint, EndPoint)

C#

public OpcSocketIdentity(EndPoint localEndpoint, EndPoint remoteEndpoint)


Parameters

localEndpoint EndPoint


remoteEndpoint EndPoint



Exceptions

ArgumentNullException


Properties

LocalEndpoint

C#

public EndPoint LocalEndpoint { get; }


Property Value

EndPoint

RemoteEndpoint

C#

public EndPoint RemoteEndpoint { get; }


Property Value

EndPoint

Methods

ToString()

C#

public override string ToString()


Returns

String