Click or drag to resize
IdmSoapBinding Methods

The IdmSoapBinding type exposes the following members.

Methods
  NameDescription
Public methodBuildChannelFactoryTChannel(BindingParameterCollection)
Builds the channel factory stack on the client that creates a specified type of channel and that satisfies the features specified by a collection of binding parameters.
(Inherited from WSHttpBinding.)
Public methodBuildChannelFactoryTChannel(Object)
Builds the channel factory stack on the client that creates a specified type of channel and that satisfies the features specified by an object array.
(Inherited from Binding.)
Public methodBuildChannelListenerTChannel(Object)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
(Inherited from Binding.)
Public methodBuildChannelListenerTChannel(BindingParameterCollection)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified by a collection of binding parameters.
(Inherited from Binding.)
Public methodBuildChannelListenerTChannel(Uri, Object)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
(Inherited from Binding.)
Public methodBuildChannelListenerTChannel(Uri, BindingParameterCollection)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
(Inherited from Binding.)
Public methodBuildChannelListenerTChannel(Uri, String, Object)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
(Inherited from Binding.)
Public methodBuildChannelListenerTChannel(Uri, String, BindingParameterCollection)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
(Inherited from Binding.)
Public methodBuildChannelListenerTChannel(Uri, String, ListenUriMode, Object)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
(Inherited from Binding.)
Public methodBuildChannelListenerTChannel(Uri, String, ListenUriMode, BindingParameterCollection)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
(Inherited from Binding.)
Public methodCanBuildChannelFactoryTChannel(Object)
Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies the requirements specified by an object array.
(Inherited from Binding.)
Public methodCanBuildChannelFactoryTChannel(BindingParameterCollection)
Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies the collection of binding parameters specified.
(Inherited from Binding.)
Public methodCanBuildChannelListenerTChannel(Object)
Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies the criteria specified in an array of objects.
(Inherited from Binding.)
Public methodCanBuildChannelListenerTChannel(BindingParameterCollection)
Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies the collection of binding parameters specified.
(Inherited from Binding.)
Public methodCreateBindingElements
Creates an ordered collection of binding elements that are contained in the current binding.
(Inherited from WSHttpContextBinding.)
Protected methodCreateMessageSecurity
Returns the security binding element from the current binding.
(Inherited from WSHttpBinding.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPropertyT
Returns a typed object requested, if present, from the appropriate layer in the binding stack.
(Inherited from Binding.)
Protected methodGetTransport
Returns the transport binding element from the current binding.
(Inherited from WSHttpBinding.)
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 methodShouldSerializeName
Returns whether the name of the binding should be serialized.
(Inherited from Binding.)
Public methodShouldSerializeNamespace
Returns whether the namespace of the binding should be serialized.
(Inherited from Binding.)
Public methodShouldSerializeReaderQuotas
Returns a value that indicates whether the ReaderQuotas property has changed from its default value and should be serialized.
(Inherited from WSHttpBindingBase.)
Public methodShouldSerializeReliableSession
Returns a value that indicates whether the ReliableSession property has changed from its default value and should be serialized.
(Inherited from WSHttpBindingBase.)
Public methodShouldSerializeSecurity
Returns a value that indicates whether the Security property has changed from its default value and should be serialized.
(Inherited from WSHttpBinding.)
Public methodShouldSerializeTextEncoding
Returns a value that indicates whether the TextEncoding property has changed from its default value and should be serialized.
(Inherited from WSHttpBindingBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also