Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The ConfiguredEndpointCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConfiguredEndpointCollection()()()() |
The default constructor.
| |
| ConfiguredEndpointCollection(EndpointConfiguration) |
Initializes the object with its default endpoint configuration.
| |
| ConfiguredEndpointCollection(ApplicationConfiguration) |
Initializes the object from an application configuration.
|
Methods
| Name | Description | |
|---|---|---|
| Add(EndpointDescription) |
Add the endpoint description to the cache.
| |
| Add(ConfiguredEndpoint) |
Adds a previous created endpoint to the collection.
| |
| Add(EndpointDescription, EndpointConfiguration) |
Add the endpoint description and configuration to the cache.
| |
| Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
| |
| Clone |
Returns a deep copy of the collection.
| |
| Contains |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
| |
| CopyEndpoints | Obsolete.
Copies the endpoints.
| |
| CopyTo |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
| |
| Create |
Creates a new endpoint from a url that is not part of the collection.
| |
| 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.) | |
| GetEndpoints |
Returns the configured endpoints for the server uri.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetServers |
Returns the servers that are part of the collection.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
| |
| Insert |
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
| |
| Load(Stream) |
Loads a collection of endpoints from a stream.
| |
| Load(String) |
Loads a collection of endpoints from a file.
| |
| Load(ApplicationConfiguration, String) |
Loads a collection of endpoints from a file and overrides the endpoint configuration.
| |
| Load(ApplicationConfiguration, String, Boolean) |
Loads a collection of endpoints from a file and overrides the endpoint configuration.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Removes the configured endpoint.
| |
| RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
| |
| RemoveServer |
Removes all endpoints for the specified server.
| |
| Save()()()() |
Saves a collection of endpoints the file that it was loaded from.
| |
| Save(Stream) |
Saves a collection of endpoints to a stream.
| |
| Save(String) |
Saves a collection of endpoints to a file.
| |
| SetApplicationDescription |
Updates the server descrption for the endpoints.
| |
| ToString | (Inherited from Object.) | |
| UpdateEndpointsForServer | Obsolete.
Updates an endpoint with information from the server's discovery endpoint.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
| |
| DefaultConfiguration |
The default configuration for new ConfiguredEndpoints.
| |
| DiscoveryUrls |
A list of well known urls that can be used for discovery.
| |
| Endpoints |
The default configuration to use when connecting to an endpoint.
| |
| IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
| |
| Item |
Gets or sets the ConfiguredEndpoint at the specified index.
| |
| KnownHosts |
A list of known hosts that can be used for discovery.
| |
| TcpProxyUrl |
The URL of the UA TCP proxy server.
|