IWebSocketCloseDetails 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示网络套接字连接的关闭状态的详细信息。
public interface class IWebSocketCloseDetails
public interface IWebSocketCloseDetails
type IWebSocketCloseDetails = interface
Public Interface IWebSocketCloseDetails
属性
InputCloseStatus |
获取输入关闭细节的状态。 |
InputCloseStatusDescription |
获取关闭细节的状态说明。 |
方法
SetOutputCloseStatus(WebSocketCloseStatus, String) |
设置网络套接字的输出状态和关闭细节说明。 |