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.
EndpointAddress Constructor (Uri^, array<AddressHeader^>^)
.NET Framework (current version)
Initializes a new instance of the EndpointAddress class with a specified URI and headers.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- uri
-
Type:
System::Uri^
The Uri that identifies the endpoint location.
- addressHeaders
-
Type:
array<System.ServiceModel.Channels::AddressHeader^>^
The Array of type AddressHeader that contains address information used to interact with the endpoint.
The following code shows the use of this constructor.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: