Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The ConfiguredEndpoint type exposes the following members.

Constructors

Methods

  NameDescription
Public methodClone
Returns a deep copy of the endpoint.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDiscoveryUrl
Returns a discovery url that can be used to update the endpoint description.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParseExtension<(Of <<'(T>)>>)
Parses the extension.
Public methodToString()()()()
Returns the string representation of the object.
(Overrides Object..::..ToString()()()().)
Public methodToString(String, IFormatProvider)
Returns the string representation of the object.
Public methodUpdate(EndpointConfiguration)
Updates the endpoint configuration.
Public methodUpdate(EndpointDescription)
Updates the endpoint description.
Public methodUpdate(ConfiguredEndpoint)
Updates the endpoint description.
Public methodUpdateExtension<(Of <<'(T>)>>)
Updates the extension.
Public methodUpdateFromServer()()()()
Updates an endpoint with information from the server's discovery endpoint.
Public methodUpdateFromServer(BindingFactory)
Updates an endpoint with information from the server's discovery endpoint.
Public methodUpdateFromServer(BindingFactory, Uri, MessageSecurityMode, String)
Updates an endpoint with information from the server's discovery endpoint.

Properties

  NameDescription
Public propertyBinaryEncodingSupport
The user identity to use when connecting to the endpoint.
Public propertyCollection
The collection that the endpoint belongs to.
Public propertyComIdentity
A list of COM identities associated with the endpoint.
Public propertyConfiguration
The configuration to use when connecting to an endpoint.
Public propertyDescription
The description for the endpoint.
Public propertyEndpointUrl
The URL used to create a sessions.
Public propertyExtensions
A bucket to store additional application specific configuration data.
Public propertySelectedUserTokenPolicy
The user identity to use when connecting to the endpoint.
Public propertySelectedUserTokenPolicyIndex
The user identity to use when connecting to the endpoint.
Public propertyUpdateBeforeConnect
Whether the endpoint information should be updated before connecting to the server.
Public propertyUserIdentity
The user identity to use when connecting to the endpoint.

See Also