[DefaultValue()]
[Description("Gets or sets a value that indicates whether out-of-band (urgent) data will be read as normal in-line data.")]
public bool OutOfBandInline {get; set;}
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets a value that indicates whether out-of-band (urgent) data will be read as normal in-line data.")>
Public Property OutOfBandInline As Boolean