ConnectEventRequest.Subprotocols Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supported subprotocols.
[System.Runtime.Serialization.DataMember(Name="subprotocols")]
[System.Text.Json.Serialization.JsonPropertyName("subprotocols")]
public System.Collections.Generic.IReadOnlyList<string> Subprotocols { get; }
[<System.Runtime.Serialization.DataMember(Name="subprotocols")>]
[<System.Text.Json.Serialization.JsonPropertyName("subprotocols")>]
member this.Subprotocols : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Subprotocols As IReadOnlyList(Of String)
Property Value
- Attributes