OpcDiscoveryServer Members

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

OpcDiscoveryServer()

C#

public OpcDiscoveryServer()

OpcDiscoveryServer(String)

C#

public OpcDiscoveryServer(string address)


Parameters

address String



Exceptions

ArgumentException


ArgumentNullException


UriFormatException


OpcDiscoveryServer(Uri)

C#

public OpcDiscoveryServer(Uri address)


Parameters

address Uri



Exceptions

ArgumentNullException


SystemContext

Gets the OpcContext which is used to store the context sensitive data and configuration used by the current OpcDiscoveryServer instance.

C#

public override OpcContext SystemContext { get; }


Property Value

OpcContext

An instance of the OpcContext class which might be at least Empty.

CreateConfiguration()

C#

[CLSCompliant(false)]
protected override OpcApplicationConfiguration CreateConfiguration()


Returns

OpcApplicationConfiguration

StartCore(OpcApplicationConfiguration)

C#

[CLSCompliant(false)]
protected override void StartCore(OpcApplicationConfiguration configuration)


Parameters

configuration OpcApplicationConfiguration


StopCore()

C#

protected override void StopCore()