ReferralCollection Members

Represents a collection of Referral objects.

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

Public Constructors

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

Top

Public Properties

  Name Description
public property Actor  Gets or sets the recipient of the SOAP header.(Inherited from WSESoapHeader)
public property Count Gets the number of Referral objects in a ReferralCollection.
public property DidUnderstand  Gets or sets a value indicating whether a Web service method properly processed a SOAP header.(Inherited from WSESoapHeader)
public property EncodedMustUnderstand  Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol.(Inherited from WSESoapHeader)
public property EncodedRelay  Gets or sets the relay attribute of the SOAP 1.2 header.(Inherited from WSESoapHeader)
public property IsSynchronized Gets a value indicating whether access to ReferralCollection is synchronized (thread-safe).
public property Item Gets a Referral object with a specific RefId from the ReferralCollection containing it.
public property MustUnderstand  Gets or sets a value indicating whether the SOAP header must be understood.(Inherited from WSESoapHeader)
public property Relay  Gets or sets a value that indicates whether the SOAP header is to be relayed to the next SOAP node if the current node does not understand the header.(Inherited from WSESoapHeader)
public property SyncRoot Gets an object that can be used to synchonize access to the ReferralCollection.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Appends a Referral object to the end of a ReferralCollection.
public method AddRange Adds the elements of an System.Array of Referral objects to a ReferralCollection.
public method Clear Removes all the Microsoft.Web.Services3.Referral.Referral objects from a Microsoft.Web.Services3.Referral.ReferralCollection.
public method Contains Overloaded. Checks if a specific Referral exists in a ReferralCollection.
public method CopyTo Copies the elements of a ReferralCollection to an array of type Referral at the specified index.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Gets an IEnumerator that can iterate through the ReferralCollection.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method GetXml Returns an XML-based representation of the current ReferralCollection object.
public method LoadXml Loads an XmlElement into the current ReferralCollection object.
public method static ReferenceEquals  (Inherited from Object )
public method Remove Overloaded. Removes a specified Referral object from a ReferralCollection.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetAttributeXml  (Inherited from WSESoapHeader )
protected method LoadAttributeXml  (Inherited from WSESoapHeader )
protected method MemberwiseClone  (Inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  

Top

See Also

Reference

ReferralCollection Class
Microsoft.Web.Services3.Referral Namespace