Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EndpointAddress10::FromEndpointAddress Method (EndpointAddress^)

 

Initializes a new instance of the EndpointAddress10 class with a specified endpoint address.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
static EndpointAddress10^ FromEndpointAddress(
	EndpointAddress^ address
)

Parameters

address
Type: System.ServiceModel::EndpointAddress^

The EndpointAddress used to initialize the instance of this class.

Return Value

Type: System.ServiceModel::EndpointAddress10^

The EndpointAddress10 class that contains the specified endpoint address.

Exception Condition
ArgumentNullException

address is null.

The EndpointAddress is not tied to a particular version of the WS-Addressing specification or bound to a particular wire format.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft