uaPLUS Reference
ServiceHost Constructor
See Also  Send Feedback
Opc.Ua Namespace > ServiceHost Class : ServiceHost Constructor

server
endpointType
addresses

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal server As ServerBase, _
   ByVal endpointType As Type, _
   ByVal ParamArray addresses() As Uri _
)
C# 
public ServiceHost( 
   ServerBase server,
   Type endpointType,
   params Uri[] addresses
)

Parameters

server
endpointType
addresses

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.