Via Members

Represents a via element used to specify the route a message should take.

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

Public Constructors

  Name Description
Via Overloaded.  

Top

Public Properties

  Name Description
public property Actor  Gets or sets the recipient of the SOAP header.(Inherited from WSESoapHeader)
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 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 Value Gets or sets the value of a via element.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Clone Creates an exact copy of this Via instance.
public method Equals Overloaded. Overridden.  
public method GetHashCode Overridden. Returns the hash code for the Via.
public method GetType  (Inherited from Object )
public method GetXml Generates an XML representation of the Via from the specified XML document.
public method LoadXml Loads the contents of the specified XML element into properties of the Via.
public method static op_Equality Determines whether the specified Via values are considered equal.
public method static op_Implicit Overloaded.  
public method static op_Inequality Determines whether the specified Via values are considered not equal.
public method static ReferenceEquals  (Inherited from Object )
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

See Also

Reference

Via Class
Microsoft.Web.Services3.Referral Namespace