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:
 property System::Collections::Generic::IList<System::String ^> ^ AllowedSchemes { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
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