|
SelfHostingServiceServiceHost Property
|
Gets the WebServiceHost hosting the web service.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.248-beta
Syntaxpublic ServiceHost ServiceHost { get; }
Public ReadOnly Property ServiceHost As ServiceHost
Get
public:
virtual property ServiceHost^ ServiceHost {
ServiceHost^ get () sealed;
}
abstract ServiceHost : ServiceHost with get
override ServiceHost : ServiceHost with get
function get_ServiceHost();
View SourceProperty Value
ServiceHostImplements
ISelfHostingServiceServiceHost
Remarks
By default, the
ServiceHost only has
WebHttpBinding endpoint at the
Endpoints.
Additional endpoints can be added to the
ServiceHost when
ServiceHostCreated event is fired.
See Also