ServiceEndpointSource Class

Definition

Represents a collection of service endpoints.

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

Constructors

ServiceEndpointSource(List<ServiceEndpoint>, IChangeToken, IFeatureCollection)

Initializes a new ServiceEndpointSource instance.

Properties

ChangeToken

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

Endpoints

Gets the endpoints.

Features

Gets the feature collection.

Methods

ToString()

Returns a string that represents the current object.

Applies to