To Constructor (Uri)
Initializes a new instance of the To class using the specified simple URI.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim to As Uri
Dim to1 As New To(to)
Syntax
'Declaration
Public Sub New( _
ByVal to As Uri _
)
public To(
Uri to
);
public:
To(
Uri^ to
);
public To(
Uri to
);
public function To(
to : Uri
);
Parameters
- to
A Uri that represents the destination endpoint.
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
To Class
To Members
Microsoft.Web.Services3.Addressing Namespace