Opc.Ua.Core
Server Property (IServiceHostBase)



Opc.Ua Namespace > IServiceHostBase Interface : Server Property
The UA server instance associated with the service host.
Syntax
'Declaration
 
ReadOnly Property Server As IServerBase
'Usage
 
Dim instance As IServiceHostBase
Dim value As IServerBase
 
value = instance.Server
IServerBase Server {get;}
property IServerBase^ Server {
   IServerBase^ get();
}

Property Value

An object of interface to a service response message.
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

IServiceHostBase Interface
IServiceHostBase Members