|
SelfHostingServiceGetServiceAddress Method
|
Gets an address where the
ServiceHost will host the service.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.205-beta
Syntax protected virtual string GetServiceAddress()
Protected Overridable Function GetServiceAddress As String
protected:
virtual String^ GetServiceAddress()
abstract GetServiceAddress : unit -> string
override GetServiceAddress : unit -> string
function GetServiceAddress();
View SourceReturn Value
StringA
String value.
See Also