Share via


ProxyUtilities.GetServerUrl Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Shared Function GetServerUrl ( _
    absoluteUrl As String _
) As String
public static string GetServerUrl(
    string absoluteUrl
)
public:
static String^ GetServerUrl(
    String^ absoluteUrl
)
static member GetServerUrl : 
        absoluteUrl:string -> string 
public static function GetServerUrl(
    absoluteUrl : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ProxyUtilities Class

Microsoft.TeamFoundation.Server Namespace