| 
            
              SelfHostingServiceGetServiceAddress Method
             | 
          
        
        
            Gets an address where the 
ServiceHost will host the service.
            
 
        
        Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.257-beta
Syntaxprotected 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