Opc.Ua.Core
ServerBase Class Members
Properties  Methods  Events


Opc.Ua Namespace : ServerBase Class

The following tables list the members exposed by ServerBase.

Public Constructors
 NameDescription
Public Constructor Initializes object with default values.  
Top
Public Properties
 NameDescription
Public Property The object used to verify client certificates  
Public Property The message context to use with the service.  
Public Property An error condition that describes why the server if not running (null if no error exists).  
Top
Protected Properties
 NameDescription
Protected Property Gets the list of base addresses supported by the server.  
Protected Property The configuration for the server.  
Protected Property Gets the list of endpoints supported by the server.  
Protected Property The server's application instance certificate.  
Protected Property Gets the instance certificate chain.  
Protected Property Gets or set the capabilities for the server.  
Protected Property The application description for the server.  
Protected Property The non-configurable properties for the server.  
Protected Property Gets the list of service hosts used by the server instance.  
Protected Property Gets the list of transport listeners used by the server instance.  
Top
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
Public Events
 NameDescription
Public Event Raised when the status of a monitored connection changes.  
Top
See Also

Reference

ServerBase Class
Opc.Ua Namespace