DataServiceHostFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the class used by the infrastructure of WCF Data Services to connect to Windows Communication Foundation (WCF).
public ref class DataServiceHostFactory : System::ServiceModel::Activation::ServiceHostFactory
public class DataServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactory
type DataServiceHostFactory = class
inherit ServiceHostFactory
Public Class DataServiceHostFactory
Inherits ServiceHostFactory
- Inheritance
Remarks
This class enables WCF Data Services to hook up to WCF as a raw HTTP handler. Not recommended for use by third parties.
Constructors
DataServiceHostFactory() |
Creates a new instance of the DataServiceHostFactory class. |
Methods
CreateServiceHost(String, Uri[]) |
Creates a ServiceHost with specific base addresses and initializes it with specified data. (Inherited from ServiceHostFactory) |
CreateServiceHost(Type, Uri[]) |
Creates a new DataServiceHost from the URI. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |