Share via


HttpGetActionV1.Scheme Property

Definition

Gets or sets the scheme to use for the HTTP request. This property determines whether the request is sent using "HTTP" or "HTTPS".

[YamlDotNet.Serialization.YamlMember(Alias="scheme")]
public string Scheme { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="scheme")>]
member this.Scheme : string with get, set
Public Property Scheme As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to