From Members
Identifies the originator of a message.
The following tables list the members exposed by the From type.
Public Constructors
Name | Description | |
---|---|---|
From | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
Address | Gets or sets the address for the endpoint. (Inherited from EndpointReference) | |
AnyAttributes | Gets the collection of XML attributes for the element. (Inherited from OpenElement) | |
AnyElements | Gets the collection of child XML elements for the element. (Inherited from OpenElementElement) | |
EncodedMustUnderstand | Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.1. | |
IsAnonymousAddress | Gets a value indicating whether the Address property is the URI for anonymous addresses. (Inherited from EndpointReference) | |
IsAnonymousTransportAddress | Gets a value indicating whether the TransportAddress property is the URI for anonymous addresses. (Inherited from EndpointReference) | |
IsRoutableTransportAddress | Gets a value indicating whether the transport scheme specified in the TransportAddress property is supported by the current application domain. (Inherited from EndpointReference) | |
MustUnderstand | Gets or sets a value indicating whether the From SOAP header must be understood. | |
PortType | Gets or sets the port type for the endpoint. (Inherited from EndpointReference) | |
ReferenceParameters | Gets or sets the port type for the endpoint. (Inherited from EndpointReference) | |
ReferenceProperties | Gets or sets the reference properties for the endpoint. (Inherited from EndpointReference) | |
ServiceName | Gets or sets the service name for the endpoint. (Inherited from EndpointReference) | |
TargetElement | Gets the XmlElement that the From object was loaded from if an XmlElement was passed to the constructor. | |
TransportAddress | Gets the transport address for this EndpointReference. (Inherited from EndpointReference) | |
Via | Represents an intermediary through which a SOAP message is sent. (Inherited from EndpointReference) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Overridden. Returns a new From object with the same values as the current one. | |
Equals | Overloaded. (Inherited from EndpointReference ) | |
GetHashCode | Returns the hash code for the EndpointReference . (Inherited from EndpointReference) | |
GetType | (Inherited from Object ) | |
GetXml | Overridden. Generates an XML representation of the From. | |
LoadXml | Overridden. Loads the contents of the specified XML element into properties of the From. | |
Matches | (Inherited from EndpointReference ) | |
op_Equality | (Inherited from EndpointReference ) | |
op_Explicit | Overloaded. | |
op_Implicit | Overloaded. | |
op_Inequality | (Inherited from EndpointReference ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Clear | Sets all the members of the EndpointReference object to null. (Inherited from EndpointReference) | |
Finalize | (Inherited from Object ) | |
GetXmlAttributes | (Inherited from OpenElement ) | |
GetXmlElements | (Inherited from EndpointReference ) | |
LoadXmlAttributes | (Inherited from OpenElement ) | |
LoadXmlElements | (Inherited from EndpointReference ) | |
MemberClone | (Inherited from EndpointReference ) | |
MemberwiseClone | (Inherited from Object ) |
Top