ApplicationServicesHostFactory::CreateServiceHost Method

 

Namespace:   System.Web.ApplicationServices
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubmethodCreateServiceHost(String^, array<Uri^>^)

Creates a ServiceHost with specific base addresses and initializes it with specified data.(Inherited from ServiceHostFactory.)

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

Creates an instance of the service class that has the specified base address or addresses.(Overrides ServiceHostFactory::CreateServiceHost(Type^, array<Uri^>^).)

Return to top
Show: