ProxyUtilities.GetServerUrl Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.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
- absoluteUrl
Type: System.String
Return Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.