Opc.Ua.Core
ServerBase Class Methods


Opc.Ua Namespace : ServerBase Class

For a list of all members of this type, see ServerBase members.

Public Methods
 NameDescription
Public Method Creates a new connection with a client.  
Public Method Creates an instance of the service host.  
Public Method Create the transport listener for the service host endpoint.  
Public MethodOverloaded.  Frees any unmanaged resources.  
Public Method Returns the endpoints supported by the server.  
Public Method Returns the UserTokenPolicies supported by the server.  
Public Method  
Public Method  
Public Method  
Public Methodstatic (Shared in Visual Basic) Specifies if the server requires encryption; if so the server needs to send its certificate to the clients and validate the client certificates  
Public Method Schedules an incoming request.  
Public MethodOverloaded.  Starts the server.  
Public Method Stops the server and releases all resources.  
Top
Protected Methods
 NameDescription
Protected MethodOverloaded.  Creates the response header.  
Protected Method Filters the list of addresses by the URL that the client provided.  
Protected Method Filters the list of addresses by profile.  
Protected Method Returns the discovery URLs for the server.  
Protected Method Returns an instance of the endpoint to use.  
Protected Method Returns the service contract to use.  
Protected Method Initializes the list of base addresses.  
Protected Method Initializes the request queue.  
Protected Method Creates the endpoints and creates the hosts.  
Protected Method Returns the properties for associated with the server instance.  
Protected Method Checks for IP address or well known hostnames that map to the computer.  
Protected Method Called after the application certificate update.  
Protected Method Raised when a connection arrives and is waiting for a callback.  
Protected Method Called before the server starts.  
Protected Method Called before the server stops  
Protected Method Called when the server configuration is changed on disk.  
Protected Method Processes the request.  
Protected Method Starts the server application.  
Protected Method Translates the discovery URLs based on the client url and returns an updated ApplicationDescription.  
Protected Method Translates the endpoint descriptions based on the client url and profiles provided.  
Protected Method Verifies that the request header is valid.  
Top
See Also

Reference

ServerBase Class
Opc.Ua Namespace