IServiceEndpoint.ListenUris Property

Gets a list of the online endpoint addresses.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
ReadOnly Property ListenUris As IEnumerable(Of Uri)
    Get
'Usage
Dim instance As IServiceEndpoint
Dim value As IEnumerable(Of Uri)

value = instance.ListenUris
IEnumerable<Uri> ListenUris { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<Uri>
Returns an enumerator that can be used to iterate over each endpoint address.

See Also

Reference

IServiceEndpoint Interface

IServiceEndpoint Members

Microsoft.SharePoint.Administration Namespace