EasyUA Reference
ServerBase Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : ServerBase Class

Glossary Item Box

The following tables list the members exposed by ServerBase.

Public Constructors

 NameDescription
Public ConstructorServerBase Constructor Initializes object with default values.  
Top

Public Properties

 NameDescription
Public PropertyCertificateValidator The object used to verify client certificates  
Public PropertyMessageContext The message context to use with the service.  
Public PropertyServerError An error condition that describes why the server if not running (null if no error exists).  
Top

Public Methods

 NameDescription
Public MethodDispose Frees any unmanaged resources.  
Public MethodGetEndpoints Returns the endpoints supported by the server.  
Public Methodstatic (Shared in Visual Basic)RequireEncryption Specifies if the server requires encryption; if so the server needs to send its certificate to the clients and validate the client certificates  
Public MethodScheduleIncomingRequest Schedules an incoming request.  
Public MethodStartOverloaded.  Starts the server (called from a IIS host process).  
Public MethodStop Stops the server and releases all resources.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.