Visual Basic (Declaration) | |
---|---|
Public Class EntityServiceHost Inherits System.ServiceModel.ServiceHost Implements System.IDisposable, System.ServiceModel.ICommunicationObject, System.ServiceModel.IExtensibleObject(Of ServiceHostBase) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityServiceHost |
C# | |
---|---|
public class EntityServiceHost : System.ServiceModel.ServiceHost, System.IDisposable, System.ServiceModel.ICommunicationObject, System.ServiceModel.IExtensibleObject<ServiceHostBase> |
C++/CLI | |
---|---|
public ref class EntityServiceHost : public System.ServiceModel.ServiceHost, System.IDisposable, System.ServiceModel.ICommunicationObject, System.ServiceModel.IExtensibleObject<ServiceHostBase> |
You can sub-type the EntityServiceHost to customize the WCF service for the EntityService, although it is easier to use ServiceHostEvents for extensibility.
System.Object
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.ServiceHostBase
System.ServiceModel.ServiceHost
IdeaBlade.EntityModel.Server.EntityServiceHost
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family