ServiceEndpoint Class

Definition

Represents an endpoint for a service.

public abstract class ServiceEndpoint
type ServiceEndpoint = class
Public MustInherit Class ServiceEndpoint
Inheritance
ServiceEndpoint

Constructors

Name Description
ServiceEndpoint()

Properties

Name Description
EndPoint

Gets the endpoint.

Features

Gets the collection of endpoint features.

Methods

Name Description
Create(EndPoint, IFeatureCollection)

Creates a new ServiceEndpoint.

TryParse(String, ServiceEndpoint)

Tries to convert a specified string representation to its ServiceEndpoint equivalent, and returns a value that indicates whether the conversion succeeded.

Applies to