ServiceDiscoveryOptions 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.
Options for service endpoint resolution.
public sealed class ServiceDiscoveryOptions
type ServiceDiscoveryOptions = class
Public NotInheritable Class ServiceDiscoveryOptions
- Inheritance
-
ServiceDiscoveryOptions
Constructors
ServiceDiscoveryOptions() |
Properties
AllowAllSchemes |
Gets or sets a value indicating whether all URI schemes for URIs resolved by the service discovery system are allowed.
If this value is |
AllowedSchemes |
Gets or sets the collection of allowed URI schemes for URIs resolved by the service discovery system when multiple schemes are specified, for example "https+http://_endpoint.service". |
RefreshPeriod |
Gets or sets the period between polling attempts for providers which do not support refresh notifications via ActiveChangeCallbacks. |