EndpointReference Members
Represents an XML type that is a reference to a Web service endpoint.
The following tables list the members exposed by the EndpointReference type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
EndpointReference | Overloaded. Initializes a new instance of the EndpointReference class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
EndpointReference | Overloaded. Initializes a new instance of the EndpointReference class. |
Top
Public Properties
Name | Description | |
---|---|---|
Address | Gets or sets the address for the endpoint. | |
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) | |
IsAnonymousAddress | Gets a value indicating whether the Address property is the URI for anonymous addresses. | |
IsAnonymousTransportAddress | Gets a value indicating whether the TransportAddress property is the URI for anonymous addresses. | |
IsRoutableTransportAddress | Gets a value indicating whether the transport scheme specified in the TransportAddress property is supported by the current application domain. | |
PortType | Gets or sets the port type for the endpoint. | |
ReferenceParameters | Gets or sets the port type for the endpoint. | |
ReferenceProperties | Gets or sets the reference properties for the endpoint. | |
ServiceName | Gets or sets the service name for the endpoint. | |
TransportAddress | Gets the transport address for this EndpointReference. | |
Via | Represents an intermediary through which a SOAP message is sent. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Returns a new EndpointReference with the same property values as the current one. | |
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. Returns the hash code for the EndpointReference . | |
GetType | (Inherited from Object ) | |
GetXml | Overridden. Generates an XML representation of the EndpointReference from the specified XML document. | |
LoadXml | Overridden. Loads the contents of the specified XML element into the current EndpointReference . | |
Matches | Determines whether a specified message contains the same endpoint reference values as the current EndpointReference. | |
op_Equality | Performs a comparison of two instantiated EndpointReference objects to determine if they are equal. | |
op_Explicit | Converts an EndpointReference to a Uri. | |
op_Implicit | Converts a Uri to an EndpointReference. | |
op_Inequality | Performs a comparison of two instantiated EndpointReference objects to determine if they are not equal. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Clear | Sets all the members of the EndpointReference object to null. | |
Finalize | (Inherited from Object ) | |
GetXmlAttributes | (Inherited from OpenElement ) | |
GetXmlElements | Overridden. Appends the child elements of the EndpointReference to the specified XML element. | |
LoadXmlAttributes | (Inherited from OpenElement ) | |
LoadXmlElements | Overridden. Loads the contents of the specified XML element into properties of the EndpointReference . | |
MemberClone | Sets the members of the specified EndpointReference with the values of the current EndpointReference. | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
EndpointReference Class
Microsoft.Web.Services3.Addressing Namespace