EndpointAddress.NoneUri Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a version-neutral URI used for the address of an endpoint to which a message must not be sent.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.UriA Uri with the value http://schemas.microsoft.com/2005/12/ServiceModel/Addressing/None.
If the value of the URI used to initialize the constructor is the NoneUri, then IsNone is set to true.
Show: