WebSocketHelperGetWebSocketSubscribes 方法 |
从当前的websocket的HTTP请求头里,分析出订阅的主题内容
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string[] GetWebSocketSubscribes(
string httpGet
)
Public Shared Function GetWebSocketSubscribes (
httpGet As String
) As String()
public:
static array<String^>^ GetWebSocketSubscribes(
String^ httpGet
)
static member GetWebSocketSubscribes :
httpGet : string -> string[]
参数
- httpGet
- 类型:SystemString
http的请求内容
返回值
类型:
String是否验证成功
参见