EndpointAddressBuilder Constructor (EndpointAddress)
Collapse the table of content
Expand the table of content

EndpointAddressBuilder Constructor (EndpointAddress)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the EndpointAddressBuilder class from the values of an existing endpoint address.

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

public EndpointAddressBuilder(
	EndpointAddress address
)

Parameters

address
Type: System.ServiceModel.EndpointAddress
The EndpointAddress whose property values are used to initialize the property values of this instance.

ExceptionCondition
ArgumentNullException

address is null.

The endpoint builder values initialized from the endpoint address parameter are the address URI and headers.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft