ServiceEndpointSource Class

Definition

Represents a collection of service endpoints.

public ref class ServiceEndpointSource sealed
public sealed class ServiceEndpointSource
type ServiceEndpointSource = class
Public NotInheritable Class ServiceEndpointSource
Inheritance
ServiceEndpointSource

Constructors

Name Description
ServiceEndpointSource(List<ServiceEndpoint>, IChangeToken, IFeatureCollection)

Initializes a new ServiceEndpointSource instance.

Properties

Name Description
ChangeToken

Gets the change token which indicates when this collection should be refreshed.

Endpoints

Gets the endpoints.

Features

Gets the feature collection.

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to