| Visual Basic (Declaration) | |
|---|---|
Public Class EntityServerHost Inherits System.ServiceModel.ServiceHost Implements System.IDisposable, System.ServiceModel.ICommunicationObject, System.ServiceModel.IExtensibleObject(Of ServiceHostBase) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EntityServerHost | |
| C# | |
|---|---|
public class EntityServerHost : System.ServiceModel.ServiceHost, System.IDisposable, System.ServiceModel.ICommunicationObject, System.ServiceModel.IExtensibleObject<ServiceHostBase> | |
| C++/CLI | |
|---|---|
public ref class EntityServerHost : public System.ServiceModel.ServiceHost, System.IDisposable, System.ServiceModel.ICommunicationObject, System.ServiceModel.IExtensibleObject<ServiceHostBase> | |
An EntityServer service is started either by IIS (via the EntityServerHostFactory) or by the DevForce ServerConsole or ServerService.
You can sub-type the EntityServerHost to customize the WCF service for the EntityServers, although it is easier to use ServiceHostEvents for extensibility.
System.Object
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.ServiceHostBase
System.ServiceModel.ServiceHost
IdeaBlade.EntityModel.Server.EntityServerHost
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