Via.op_Implicit Method (Uri)
Converts a Via to a Uri.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim uri1 As Uri
Dim via1 As Via = uri1
Syntax
'Declaration
Overloads Public Shared Function op_Implicit( _
ByVal uri As Uri _
) As Via
public static Via op_Implicit(
Uri uri
);
public:
static operator Via^(
Uri^ uri
);
public static Via op_Implicit(
Uri uri
);
public static function op_Implicit(
uri : Uri
) : Via;
Parameters
- uri
The Uri to convert.
Return Value
The Uri that represents the converted Via.
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
Via Class
Via Members
Microsoft.Web.Services3.Referral Namespace