EndpointAddress Constructor
Initializes a new instance of the EndpointAddress class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | EndpointAddress(String^) | Initializes a new instance of the EndpointAddress class with a specified URI string. |
![]() | EndpointAddress(Uri^, array<AddressHeader^>^) | Initializes a new instance of the EndpointAddress class with a specified URI and headers. |
![]() | EndpointAddress(Uri^, EndpointIdentity^, array<AddressHeader^>^) | Initializes a new instance of the EndpointAddress class with a specified URI, identity, and headers. |
![]() | EndpointAddress(Uri^, EndpointIdentity^, AddressHeaderCollection^) | Initializes a new instance of the EndpointAddress class with a specified URI, identity, and header collection. |
![]() | EndpointAddress(Uri^, EndpointIdentity^, AddressHeaderCollection^, XmlDictionaryReader^, XmlDictionaryReader^) | Initializes a new instance of the EndpointAddress class with a specified URI, identity, header collection, and metadata and extension readers. |
