ServiceDiscoveryOptions.AllowedSchemes Property
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.
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".
public System.Collections.Generic.IList<string> AllowedSchemes { get; set; }
member this.AllowedSchemes : System.Collections.Generic.IList<string> with get, set
Public Property AllowedSchemes As IList(Of String)
Property Value
Remarks
When AllowAllSchemes is true
, this property is ignored.