AspNetWebSocket.SubProtocol 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取远程客户端和服务器可以用来通过 AspNetWebSocket 连接交换数据的应用程序特定的协议的名称。
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
属性值
协议的名称。
例外
对象已释放。