Build 1.01.318.0

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

The BindingFactory type exposes the following members.

Constructors

  NameDescription
Public methodBindingFactory(BindingFactory)
Copys an existing factory.
Public methodBindingFactory(ServiceMessageContext)
Creates an empty factory.
Public methodBindingFactory(NamespaceTable, EncodeableFactory)
Creates an empty factory.

Methods

  NameDescription
Public methodAdd
Adds a binding type to the factory.
Public methodContains
Returns true if a binding exists for the specified schema.
Public methodStatic memberCreate(ApplicationConfiguration) Obsolete.
Creates a binding table from the bindings specified in the application configuration.
Public methodCreate(String, EndpointConfiguration)
Creates a discovery binding for the specified URI scheme.
Public methodStatic memberCreate(ApplicationConfiguration, ServiceMessageContext)
Creates a binding table from the bindings specified in the application configuration.
Public methodCreate(String, EndpointDescription, EndpointConfiguration)
Creates a session binding for the specified URI scheme.
Public methodCreate(String, List<(Of <<'(EndpointDescription>)>>), EndpointConfiguration)
Creates a session binding for the specified URI scheme.
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 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 methodRemove
Removes a binding type from the factory.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyStatic memberDefault
Returns the default binding table.

See Also