ServiceEndpointQuery 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.
Describes a query for endpoints of a service.
public ref class ServiceEndpointQuery sealed
public sealed class ServiceEndpointQuery
type ServiceEndpointQuery = class
Public NotInheritable Class ServiceEndpointQuery
- Inheritance
-
ServiceEndpointQuery
Properties
| Name | Description |
|---|---|
| EndpointName |
Gets the endpoint name, or |
| IncludedSchemes |
Gets the ordered list of included URI schemes. |
| ServiceName |
Gets the service name. |
Methods
| Name | Description |
|---|---|
| ToString() |
Returns a string that represents the current object. |
| TryParse(String, ServiceEndpointQuery) |
Tries to parse the provided input as a service endpoint query. |