DataServiceHostFactory Class
Represents the class used by the infrastructure of WCF Data Services to connect to Windows Communication Foundation (WCF).
Assembly: System.Data.Services (in System.Data.Services.dll)
System.ServiceModel.Activation::ServiceHostFactoryBase
System.ServiceModel.Activation::ServiceHostFactory
System.Data.Services::DataServiceHostFactory
| Name | Description | |
|---|---|---|
![]() | DataServiceHostFactory() | Creates a new instance of the DataServiceHostFactory class. |
| Name | Description | |
|---|---|---|
![]() | CreateServiceHost(String^, array<Uri^>^) | Creates a ServiceHost with specific base addresses and initializes it with specified data.(Inherited from ServiceHostFactory.) |
![]() | CreateServiceHost(Type^, array<Uri^>^) | Creates a new DataServiceHost from the URI.(Overrides ServiceHostFactory::CreateServiceHost(Type^, array<Uri^>^).) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class enables WCF Data Services to hook up to WCF as a raw HTTP handler. Not recommended for use by third parties.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

