SPServiceLoadBalancerContext.EndpointAddress property
Gets the address of the endpoint URI.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property EndpointAddress As Uri
Get
'Usage
Dim instance As SPServiceLoadBalancerContext
Dim value As Uri
value = instance.EndpointAddress
public abstract Uri EndpointAddress { get; }
Property value
Type: System.Uri
The address of the endpoint URI.
See also
Reference
SPServiceLoadBalancerContext class