WebSocket.SubProtocol 属性

定义

获取在打开握手期间协商的子协议。

public:
 abstract property System::String ^ SubProtocol { System::String ^ get(); };
public abstract string? SubProtocol { get; }
public abstract string SubProtocol { get; }
member this.SubProtocol : string
Public MustOverride ReadOnly Property SubProtocol As String

属性值

在打开握手期间协商的子协议。

适用于