Opc.Ua.Core
ServiceHosts Property



Opc.Ua Namespace > ServerBase Class : ServiceHosts Property
Gets the list of service hosts used by the server instance.
Syntax
'Declaration
 
Protected ReadOnly Property ServiceHosts As List(Of ServiceHost)
'Usage
 
Dim instance As ServerBase
Dim value As List(Of ServiceHost)
 
value = instance.ServiceHosts
protected List<ServiceHost> ServiceHosts {get;}
protected:
property List<ServiceHost^>^ ServiceHosts {
   List<ServiceHost^>^ get();
}

Property Value

The service hosts.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerBase Class
ServerBase Members