Referral Members
Represents the XML-based referral statement, the basic structure for describing delegation information, that is used to implement routing.
The following tables list the members exposed by the Referral type.
Public Constructors
Name | Description | |
---|---|---|
Referral | Overloaded. Initializes a new instance of the Referral class. |
Top
Public Properties
Name | Description | |
---|---|---|
Desc | Gets or sets the desc element of a referral statement. | |
For | Gets the URIs that identify the SOAP actors for which the referrals are intended. | |
Go | Gets the go element of a referral statement. | |
If | Gets a set of conditions that the recipient of the referral must understand in order to use the referral. | |
RefId | Gets or sets the refId element for a referral statement. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CheckValid | Checks that the referral statement is syntactically valid. | |
Clone | Clones the current Referral object and all the items within it. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
GetXml | Returns an XML-based representation of the current Referral object. | |
LoadXml | Loads the XML referral element into the current Referral object. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top