EndpointAddressBuilder Class
A factory for producing new (immutable) endpoint addresses with specific property values.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The EndpointAddressBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | EndpointAddressBuilder() | Initializes a new instance of the EndpointAddressBuilder class. |
![]() ![]() | EndpointAddressBuilder(EndpointAddress) | Initializes a new instance of the EndpointAddressBuilder class from an existing endpoint address. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetReaderAtExtensions | Returns the XML dictionary reader that contains the extensions of the endpoint address. |
![]() | GetReaderAtMetadata | Returns the reader that contains the metadata associated with the endpoint address. |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetExtensionReader | Specifies the XML dictionary reader that contains the extensions of the endpoint address. |
![]() | SetMetadataReader | Specifies the XML dictionary reader that contains the metadata associated with the endpoint address. |
![]() ![]() | ToEndpointAddress | Creates a new endpoint address initialized with the property values of the current endpoint address builder. |
![]() ![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The new endpoint address can have its property values initialized from the property values of an existing endpoint address using the EndpointAddressBuilder(EndpointAddress) constructor.
The endpoint addresses created can have their URI and identity values set using the Uri and Identity properties of the endpoint address builder. Note that EndpointAddress is an immutable class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

