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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- address
- Type: System.ServiceModel.EndpointAddress
The EndpointAddress whose property values are used to initialize the property values of this instance.
| Exception | Condition |
|---|---|
| ArgumentNullException | address is null. |
Show: