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 | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item | Gets the ISoapOutputChannel from the collection that corresponds to the specified URI. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds the specified ISoapOutputChannel to the collection and indexes it with the specified URI value. | |
Clear | Removes all entries from the collection. | |
Contains | Returns a value indicating whether the collection contains an item indexed by the specified URI value. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | Returns an IEnumerator that can be used to iterate through the collection. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
Remove | Removes the entry indexed by the specified URI value from the collection. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SoapOutputChannelCollection Class
Microsoft.Web.Services3.Messaging Namespace