public ServiceHost( ServerBase server, Type endpointType, params Uri[] addresses )
public: ServiceHost( ServerBase^ server, Type^ endpointType, ... array<Uri^>^ addresses )
'Declaration
Public Function New( _ ByVal server As ServerBase, _ ByVal endpointType As Type, _ ByVal ParamArray addresses() As Uri _ )
'Usage
Dim server As ServerBase Dim endpointType As Type Dim addresses() As Uri Dim instance As New ServiceHost(server, endpointType, addresses)
Parameters
- server
- The server.
- endpointType
- Type of the endpoint.
- addresses
- The addresses.