EndpointAddress Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The EndpointAddress type exposes the following members.

Properties

  Name Description
Public propertyStatic memberSupported by Silverlight for Windows Phone AnonymousUri Gets a version-neutral representation of the anonymous URI.
Public propertySupported by Silverlight for Windows Phone Headers Gets the collection of address headers for the endpoints that the builder can create.
Public propertySupported by Silverlight for Windows Phone IsAnonymous Gets a value that indicates whether the endpoint is anonymous.
Public propertySupported by Silverlight for Windows Phone IsNone Gets a value that indicates whether the URI for the endpoint is the NoneUri.
Public propertyStatic memberSupported by Silverlight for Windows Phone NoneUri Gets a version-neutral URI used for the address of an endpoint to which a message must not be sent.
Public propertySupported by Silverlight for Windows Phone Uri Gets the URI for the endpoint.

Top