EndpointReference Class

Definition

Represents a wsa:EndpointReference element.

public ref class EndpointReference
public class EndpointReference
type EndpointReference = class
Public Class EndpointReference
Inheritance
EndpointReference

Remarks

The wsa:EndpointReference element can be used in wst:OnBehalfOf and wp:AppliesTo elements inside of a wsp:RequestSecurityToken element to specify an endpoint reference.

Supports either the WS-Addressing standard schema namespace or the WS-Addressing 1.0 schema namespace when reading. On write only the WS-Addressing 1.0 namespace is supported.

For more information about the wsa:EndpointReference element, see the Web Services Addressing - Core specification. For more information about its use in WS-Trust protocols, see the version of the WS-Trust specification that applies to your scenario.

Constructors

EndpointReference(String)

Initializes a new instance of the EndpointReference class with the specified URI.

Properties

Details

Gets a collection of the XML elements that are contained in the endpoint reference. The wsa:Address element is not included in the collection.

Uri

Gets the URI that specifies the address of the endpoint reference.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ReadFrom(XmlDictionaryReader)

Reads a wsa:EndpointReference element from the specified XML dictionary reader.

ReadFrom(XmlReader)

Reads a wsa:EndpointReference element from the specified XML reader.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteTo(XmlWriter)

Writes the EndpointReference as a <wsa:EndpointReference> element to the specified XML writer.

Applies to