Helper method that extracts the BaseUrl for a given Uri.
Пространство имен: Microsoft.IdentityModel.Protocols.WSFederation
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim uri As Uri
Dim returnValue As Uri

returnValue = WSFederationMessage.GetBaseUrl(uri)

Синтаксис

Visual Basic
Public Shared Function GetBaseUrl ( _
		uri As Uri _
) As Uri
C#
public static Uri GetBaseUrl (
		Uri uri
)
C++
public:
static Uri^ GetBaseUrl (
		Uri^ uri
)
J#
public static Uri GetBaseUrl (
		Uri uri
)
JScript
public static function GetBaseUrl (
		uri : Uri
) : Uri

Параметры

uri

The Uri from which to extract the Base Url.

Возвращаемое значение

The base Uri.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также