C# Class Workshop.Helpers

Show file Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
CreateClientConfiguration ( ) : ApplicationConfiguration

Creates a minimal application configuration for a client.

In most cases the application configuration will be loaded from an XML file. This example populates the configuration in code.

CreateEndpointDescription ( ) : EndpointDescription

Creates a minimal endpoint description which allows a client to connect to a server.

In most cases the client will use the server's discovery endpoint to fetch the information constained in this structure.

CreateServerConfiguration ( ) : ApplicationConfiguration

Creates a minimal application configuration for a server.

In many cases the application configuration will be loaded from an XML file. This example populates the configuration in code.

Method Details

CreateClientConfiguration() public static method

Creates a minimal application configuration for a client.
In most cases the application configuration will be loaded from an XML file. This example populates the configuration in code.
public static CreateClientConfiguration ( ) : ApplicationConfiguration
return ApplicationConfiguration

CreateEndpointDescription() public static method

Creates a minimal endpoint description which allows a client to connect to a server.
In most cases the client will use the server's discovery endpoint to fetch the information constained in this structure.
public static CreateEndpointDescription ( ) : EndpointDescription
return Opc.Ua.EndpointDescription

CreateServerConfiguration() public static method

Creates a minimal application configuration for a server.
In many cases the application configuration will be loaded from an XML file. This example populates the configuration in code.
public static CreateServerConfiguration ( ) : ApplicationConfiguration
return ApplicationConfiguration