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 | |
---|---|---|
Actor | Gets or sets the recipient of the SOAP header.(Inherited from WSESoapHeader) | |
DidUnderstand | Gets or sets a value indicating whether a Web service method properly processed a SOAP header.(Inherited from WSESoapHeader) | |
EncodedMustUnderstand | Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol.(Inherited from WSESoapHeader) | |
EncodedRelay | Gets or sets the relay attribute of the SOAP 1.2 header.(Inherited from WSESoapHeader) | |
MustUnderstand | Gets or sets a value indicating whether the SOAP header must be understood.(Inherited from WSESoapHeader) | |
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) | |
Value | Gets or sets the value of a via element. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Creates an exact copy of this Via instance. | |
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. Returns the hash code for the Via. | |
GetType | (Inherited from Object ) | |
GetXml | Generates an XML representation of the Via from the specified XML document. | |
LoadXml | Loads the contents of the specified XML element into properties of the Via. | |
op_Equality | Determines whether the specified Via values are considered equal. | |
op_Implicit | Overloaded. | |
op_Inequality | Determines whether the specified Via values are considered not equal. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
GetAttributeXml | (Inherited from WSESoapHeader ) | |
LoadAttributeXml | (Inherited from WSESoapHeader ) | |
MemberwiseClone | (Inherited from Object ) |
Top