This document is archived and information here might be outdated. Recommended version. |
Returns the URL for a service in the server behind this connection.
[Visual Basic .NET] Public Function GetServiceURL ( _ ByVal urlType As esriServiceURLType, _ ByVal Service As IAGSServerObjectName _ ) As String
[C#] public string GetServiceURL ( esriServiceURLType urlType, IAGSServerObjectName Service );
[C++]
HRESULT GetServiceURL(
esriServiceURLType urlType,
IAGSServerObjectName* Service
);
[C++] Parameters urlType [in]
urlType is a parameter of type esriServiceURLType Service [in]
Service is a parameter of type IAGSServerObjectName*