Share via


ContainerHttpGet.Scheme Property

Definition

Gets or sets the scheme. Possible values include: 'http', 'https'

[Newtonsoft.Json.JsonProperty(PropertyName="scheme")]
public string Scheme { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scheme")>]
member this.Scheme : string with get, set
Public Property Scheme As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to