ReferralCache.ResolvePath Method
Returns a complete path statement for the specified destination.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim uri As Uri
Dim returnValue As Uri
returnValue = ReferralCache.ResolvePath(uri)
Syntax
'Declaration
Public Shared Function ResolvePath( _
ByVal uri As Uri _
) As Uri
public static Uri ResolvePath(
Uri uri
);
public:
static Uri^ ResolvePath(
Uri^ uri
);
public static Uri ResolvePath(
Uri uri
);
public static function ResolvePath(
uri : Uri
) : Uri;
Parameters
- uri
A Uri destination to which a path is to be resolved.
Return Value
The Uri to the destination specfied by uri .
Exceptions
Exception type | Condition |
---|---|
ReferralException | A loop is detected in the path. |
Remarks
The ResolvePath method returns a complete path statement for the specified destination, including fully resolved via statements when appropriate.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
ReferralCache Class
ReferralCache Members
Microsoft.Web.Services3.Referral Namespace