ClientBase(Of TChannel).Endpoint Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the target endpoint for the service to which the Windows Phone client can connect.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.Description.ServiceEndpointThe target System.ServiceModel.Description.ServiceEndpoint object.
Use the Endpoint property to obtain the System.ServiceModel.Description.ServiceEndpoint object to inspect or modify prior to using the ClientBase(Of TChannel) object.
Show: