EndpointAddressBuilder Constructor (EndpointAddress)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Public Sub New ( _
address As EndpointAddress _
)
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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | address is nulla null reference (Nothing in Visual Basic). |
Remarks
The endpoint builder values initialized from the endpoint address parameter are the address URI and headers.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.