ServiceEndpointSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |