DataServiceHostFactory Class
Represents a class used by the infrastructure of WCF Data Services to connect to Windows Communication Foundation (WCF).
Inheritance Hierarchy
System.Object
System.ServiceModel.Activation.ServiceHostFactoryBase
System.ServiceModel.Activation.ServiceHostFactory
System.Data.Services.DataServiceHostFactory
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Class DataServiceHostFactory _
Inherits ServiceHostFactory
'Usage
Dim instance As DataServiceHostFactory
public class DataServiceHostFactory : ServiceHostFactory
public ref class DataServiceHostFactory : public ServiceHostFactory
type DataServiceHostFactory =
class
inherit ServiceHostFactory
end
public class DataServiceHostFactory extends ServiceHostFactory
The DataServiceHostFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataServiceHostFactory | Initializes a new instance of the DataServiceHostFactory class. |
Top
Methods
Name | Description | |
---|---|---|
CreateServiceHost(String, array<Uri[]) | (Inherited from ServiceHostFactory.) | |
CreateServiceHost(Type, array<Uri[]) | Creates a new DataServiceHost from the URI. (Overrides ServiceHostFactory.CreateServiceHost(Type, array<Uri[]).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This class enables WCF Data Services to hook up to WCF as a raw HTTP handler. Not recommended for use by third parties.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.