SoapInputChannelCollection Members
Represents a collection of ISoapInputChannel objects.
The following tables list the members exposed by the SoapInputChannelCollection type.
Public Constructors
Name | Description | |
---|---|---|
SoapInputChannelCollection | Initializes a new instance of the SoapInputChannelCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item | Gets the ISoapInputChannel 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 ISoapInputChannel 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
SoapInputChannelCollection Class
Microsoft.Web.Services3.Messaging Namespace