OpcEndpointDescription Members

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

Policy

C#

public OpcSecurityPolicy Policy { get; }


Property Value

OpcSecurityPolicy

ProxyUrl

C#

public Uri ProxyUrl { get; }


Property Value

Uri

Server

C#

public OpcApplicationDescription Server { get; }


Property Value

OpcApplicationDescription

ServerCertificate

C#

public X509Certificate2 ServerCertificate { get; }


Property Value

Cryptography.X509Certificates.X509Certificate2

TransportProfileUri

C#

public Uri TransportProfileUri { get; }


Property Value

Uri

Url

C#

public Uri Url { get; }


Property Value

Uri

Dispose()

Releases all resources used by the OpcEndpointDescription.

C#

public void Dispose()

Dispose(Boolean)

Releases the unmanaged resources used by the OpcEndpointDescription and optionally releases the managed resources.

C#

protected virtual void Dispose(bool disposing)


Parameters

disposing Boolean

The value true to release both managed and unmanaged resources; otherwise the value false to release only unmanaged resources.