Try Microsoft Edge A fast and secure browser that's designed for Windows 10 No thanks Get started
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the URI for the endpoint.
'Declaration Public ReadOnly Property Uri As Uri
The URI identifies where a message is being sent.
' Get the URI from the endpoint address Dim endpointAddress1 As New EndpointAddress(New Uri("http://localhost/silverlightsamples/service1")) Dim endpointAddressUri As Uri = endpointAddress1.Uri
Windows Phone