Share via


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
public property Address  Gets or sets the address for the endpoint.(inherited from EndpointReference)
public property AnyAttributes  Gets the collection of XML attributes for the element.(inherited from OpenElement)
public property AnyElements  Gets the collection of child XML elements for the element.(inherited from OpenElementElement)
public property EncodedMustUnderstand  
public property IsAnonymousAddress  Gets a value indicating whether the Address property is the URI for anonymous addresses.(inherited from EndpointReference)
public property IsAnonymousTransportAddress  Gets a value indicating whether the TransportAddress property is the URI for anonymous addresses.(inherited from EndpointReference)
public property IsRoutableTransportAddress  Gets a value indicating whether the transport scheme specified in the TransportAddress property is supported by the current application domain.(inherited from EndpointReference)
public property MustUnderstand  
public property PortType  Gets or sets the port type for the endpoint.(inherited from EndpointReference)
public property ReferenceProperties  Gets or sets the reference properties for the endpoint.(inherited from EndpointReference)
public property ServiceName  Gets or sets the service name for the endpoint.(inherited from EndpointReference)
public property TargetElement Gets the System.Xml.XmlElement that the From object was loaded from if an System.Xml.XmlElement was passed to the constructor.
public property TransportAddress  Gets the transport address for this EndpointReference .(inherited from EndpointReference)
public property Via  Represents an intermediary through which a SOAP message is sent. (inherited from EndpointReference)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Clone Overridden. Returns a new From object with the same values as the current one.
public method Equals  Determines if an object is an instance of EndpointReference and is equal to this instance. (inherited from EndpointReference)
public method GetHashCode  Returns the hash code for the EndpointReference. (inherited from EndpointReference)
public method GetType  (inherited from Object )
public method GetXml Overridden. Generates an XML representation of the From .
public method LoadXml Overridden. Loads the contents of the specified XML element into properties of the From.
public method Matches  Determines whether a specified message contains the same endpoint reference values as the current EndpointReference. (inherited from EndpointReference)
public method static op_Explicit Converts a From to a System.Uri .
public method static op_Implicit Converts a System.Uri to a From.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Clear  Sets all the members of the EndpointReference object to null . (inherited from EndpointReference)
protected method Finalize  (inherited from Object )
protected method GetXmlAttributes  Appends the attributes of the OpenElement to the specified XML element. (inherited from OpenElement)
protected method GetXmlElements  Appends the child elements of the EndpointReference to the specified XML element. (inherited from EndpointReference)
protected method LoadXmlAttributes  Adds the attributes of the specified XML element to the AnyAttributes property. (inherited from OpenElement)
protected method LoadXmlElements  Loads the contents of the specified XML element into properties of the EndpointReference . (inherited from EndpointReference)
protected method MemberClone  Sets the members of the specified EndpointReference with the values of the current EndpointReference . (inherited from EndpointReference)
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

From Class
Microsoft.Web.Services2.Addressing Namespace