This documentation is archived and is not being maintained.

DiscoveryClientReferenceCollection Members

DiscoveryClientReferenceCollection overview

Public Constructors

public constructorDiscoveryClientReferenceCollection Constructor Initializes a new instance of the DiscoveryClientReferenceCollection class.

Public Properties

public propertyCount (inherited from DictionaryBase) Gets the number of elements contained in the DictionaryBase instance.
public propertyItem Gets or sets a DiscoveryReference object from the DiscoveryClientReferenceCollection with the specified URL.

In C#, this property is the indexer for the DiscoveryClientReferenceCollection class.

public propertyKeys Gets an System.Collections.ICollection object with all the keys in the DiscoveryClientReferenceCollection.
public propertyValues Gets an System.Collections.ICollection object with all the values in the DiscoveryClientReferenceCollection.

Public Methods

public methodAdd Overloaded. Adds a DiscoveryReference to the DiscoveryClientReferenceCollection.
public methodClear (inherited from DictionaryBase) Clears the contents of the DictionaryBase instance.
public methodContains Determines if the DiscoveryClientReferenceCollection contains a DiscoveryReference with the specified URL.
public methodCopyTo (inherited from DictionaryBase) Copies the DictionaryBase elements to a one-dimensional Array at the specified index.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetEnumerator (inherited from DictionaryBase) Returns an IDictionaryEnumerator that can iterate through the DictionaryBase instance.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodRemove Removes a DiscoveryReference with the specified URL from the DiscoveryClientReferenceCollection.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Protected Properties

protected propertyDictionary (inherited from DictionaryBase) Gets the list of elements contained in the DictionaryBase instance.
protected propertyInnerHashtable (inherited from DictionaryBase) Gets the list of elements contained in the DictionaryBase instance.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
protected methodOnClear (inherited from DictionaryBase) Performs additional custom processes before clearing the contents of the DictionaryBase instance.
protected methodOnClearComplete (inherited from DictionaryBase) Performs additional custom processes after clearing the contents of the DictionaryBase instance.
protected methodOnGet (inherited from DictionaryBase) Gets the element with the specified key and value in the DictionaryBase instance.
protected methodOnInsert (inherited from DictionaryBase) Performs additional custom processes before inserting a new element into the DictionaryBase instance.
protected methodOnInsertComplete (inherited from DictionaryBase) Performs additional custom processes after inserting a new element into the DictionaryBase instance.
protected methodOnRemove (inherited from DictionaryBase) Performs additional custom processes before removing an element from the DictionaryBase instance.
protected methodOnRemoveComplete (inherited from DictionaryBase) Performs additional custom processes after removing an element from the DictionaryBase instance.
protected methodOnSet (inherited from DictionaryBase) Performs additional custom processes before setting a value in the DictionaryBase instance.
protected methodOnSetComplete (inherited from DictionaryBase) Performs additional custom processes after setting a value in the DictionaryBase instance.
protected methodOnValidate (inherited from DictionaryBase) Performs additional custom processes when validating the element with the specified key and value.

See Also

DiscoveryClientReferenceCollection Class | System.Web.Services.Discovery Namespace

Show: