Udostępnij za pośrednictwem


ServiceDiscoveryOptions.AllowedSchemes Property

Definition

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.

Applies to