Opc.Ua.DiscoveryEndpoint.DiscoveryEndpoint C# (CSharp) Method

DiscoveryEndpoint() public method

Initializes a new instance of the DiscoveryEndpoint class.
public DiscoveryEndpoint ( ServerBase server ) : System
server ServerBase The server.
return System
        public DiscoveryEndpoint(ServerBase server) : base(server)
        {
            this.CreateKnownTypes();
        }
        #endregion

Same methods

DiscoveryEndpoint::DiscoveryEndpoint ( ) : System
DiscoveryEndpoint::DiscoveryEndpoint ( IServiceHostBase host ) : System