Click or drag to resize
EndpointAddressUri Property
Gets the URI for the endpoint.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public Uri Uri { get; protected set; }

Return Value

Type: Uri
The Uri for the endpoint.
See Also