AspNetWebSocket.SubProtocol 属性

定义

获取远程客户端和服务器可以用来通过 AspNetWebSocket 连接交换数据的应用程序特定的协议的名称。Gets the name of an application-specific protocol that a remote client and a server can use to exchange data over an AspNetWebSocket connection.

public:
 virtual property System::String ^ SubProtocol { System::String ^ get(); };
public override string SubProtocol { get; }
member this.SubProtocol : string
Public Overrides ReadOnly Property SubProtocol As String

属性值

String

协议的名称。The name of the protocol.

例外

对象已释放。The object was previously disposed.

适用于