Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The ConfiguredEndpoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConfiguredEndpoint(ApplicationDescription, EndpointConfiguration) |
Creates a configured endpoint from the server description.
| |
| ConfiguredEndpoint(ConfiguredEndpointCollection, EndpointDescription) |
The default constructor.
| |
| ConfiguredEndpoint(ConfiguredEndpointCollection, EndpointDescription, EndpointConfiguration) |
The default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a deep copy of the endpoint.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetDiscoveryUrl |
Returns a discovery url that can be used to update the endpoint description.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ParseExtension<(Of <<'(T>)>>) |
Parses the extension.
| |
| ToString()()()() |
Returns the string representation of the object.
(Overrides Object..::..ToString()()()().) | |
| ToString(String, IFormatProvider) |
Returns the string representation of the object.
| |
| Update(EndpointConfiguration) |
Updates the endpoint configuration.
| |
| Update(EndpointDescription) |
Updates the endpoint description.
| |
| Update(ConfiguredEndpoint) |
Updates the endpoint description.
| |
| UpdateExtension<(Of <<'(T>)>>) |
Updates the extension.
| |
| UpdateFromServer()()()() |
Updates an endpoint with information from the server's discovery endpoint.
| |
| UpdateFromServer(BindingFactory) |
Updates an endpoint with information from the server's discovery endpoint.
| |
| UpdateFromServer(BindingFactory, Uri, MessageSecurityMode, String) |
Updates an endpoint with information from the server's discovery endpoint.
|
Properties
| Name | Description | |
|---|---|---|
| BinaryEncodingSupport |
The user identity to use when connecting to the endpoint.
| |
| Collection |
The collection that the endpoint belongs to.
| |
| ComIdentity |
A list of COM identities associated with the endpoint.
| |
| Configuration |
The configuration to use when connecting to an endpoint.
| |
| Description |
The description for the endpoint.
| |
| EndpointUrl |
The URL used to create a sessions.
| |
| Extensions |
A bucket to store additional application specific configuration data.
| |
| SelectedUserTokenPolicy |
The user identity to use when connecting to the endpoint.
| |
| SelectedUserTokenPolicyIndex |
The user identity to use when connecting to the endpoint.
| |
| UpdateBeforeConnect |
Whether the endpoint information should be updated before connecting to the server.
| |
| UserIdentity |
The user identity to use when connecting to the endpoint.
|