SoapOutputChannelCollection Members

Represents a collection of ISoapOutputChannel objects.

The following tables list the members exposed by the SoapOutputChannelCollection type.

Public Constructors

  Name Description
SoapOutputChannelCollection Initializes a new instance of the SoapOutputChannelCollection class.

Top

Public Properties

  Name Description
public property Count Gets the number of items in the collection.
public property Item Gets the ISoapOutputChannel from the collection that corresponds to the specified URI.
public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Adds the specified ISoapOutputChannel to the collection and indexes it with the specified URI value.
public method Clear Removes all entries from the collection.
public method Contains Returns a value indicating whether the collection contains an item indexed by the specified URI value.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Returns an IEnumerator that can be used to iterate through the collection.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method Remove Removes the entry indexed by the specified URI value from the collection.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SoapOutputChannelCollection Class
Microsoft.Web.Services3.Messaging Namespace