EndpointReference Constructor (EndpointReference)
Initializes a new instance of the EndpointReference class with the specified endpoint reference.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim epr As EndpointReference
Dim endpointReference1 As New EndpointReference(epr)
Syntax
'Declaration
Public Sub New( _
ByVal epr As EndpointReference _
)
public EndpointReference(
EndpointReference epr
);
public:
EndpointReference(
EndpointReference^ epr
);
public EndpointReference(
EndpointReference epr
);
public function EndpointReference(
epr : EndpointReference
);
Parameters
- epr
An EndpointReference with which to initialize the current EndpointReference .
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
EndpointReference Class
EndpointReference Members
Microsoft.Web.Services3.Addressing Namespace