ServiceEndpointQuery Class

Definition

Describes a query for endpoints of a service.

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

Properties

EndpointName

Gets the endpoint name, or null if no endpoint name is specified.

IncludedSchemes

Gets the ordered list of included URI schemes.

ServiceName

Gets the service name.

Methods

ToString()

Returns a string that represents the current object.

TryParse(String, ServiceEndpointQuery)

Tries to parse the provided input as a service endpoint query.

Applies to