Click or drag to resize
EndpointAddress Constructor
Initializes a new instance of the System.ServiceModel.EndpointAddress class with a specified URI and headers.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public EndpointAddress(
	Uri uri,
	params AddressHeader[] addressHeaders
)

Parameters

uri
Type: SystemUri
The System.Uri that identifies the endpoint location.
addressHeaders
Type: System.ServiceModel.ChannelsAddressHeader
The System.Array of type System.ServiceModel.Channels.AddressHeader that contains address information used to interact with the endpoint.
See Also