IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

SubProtocols Property

Optional subprotocols supported by the client.

Syntax

[VB.NET]
Public Property SubProtocols As String

[C#]
public string SubProtocols {get; set;}

Remarks

This property is optional. Set this property to one or more comma separated subprotocols the client supports. These should be provided in order of preference. For instance: "chat, superchat".

The server will accept one subprotocol during the connection. After the connection is established this property will be updated by the component to reflect the value the server chose. Query this property to determine the negotiated subprotocol.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]