openPDC Historian Help
ServiceHost Property
NamespacesTVA.Historian.ServicesServiceServiceHost

[This is preliminary documentation and is subject to change.]

Gets the WebServiceHost hosting the web service.
Declaration Syntax
C#Visual BasicVisual C++
public WebServiceHost ServiceHost { get; }
Public ReadOnly Property ServiceHost As WebServiceHost
public:
virtual property WebServiceHost^ ServiceHost {
	WebServiceHost^ get () sealed;
}
Remarks
By default, the ServiceHost only has WebHttpBinding endpoint at the ServiceUri. Additional endpoints can be added to the ServiceHost when ServiceHostCreated event is fired.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.0.0