ServiceEndpoint 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 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. |