ServiceHost Constructor

 

Initializes a new instance of the ServiceHost class.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_protmethodServiceHost()

Initializes a new instance of the ServiceHost class.

System_CAPS_pubmethodServiceHost(Object^, array<Uri^>^)

Initializes a new instance of the ServiceHost class with the instance of the service and its base addresses specified.

System_CAPS_pubmethodServiceHost(Type^, array<Uri^>^)

Initializes a new instance of the ServiceHost class with the type of service and its base addresses specified.

Return to top
Show: