| WebSocketHelperGetWebSocketSubscribesFromUrl 方法  | 
 
            从当前的Websocket的Url里,分析出订阅的主题内容
            
 
        命名空间: 
     HslCommunication.WebSocket
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static string[] GetWebSocketSubscribesFromUrl(
	string url
)
Public Shared Function GetWebSocketSubscribesFromUrl ( 
	url As String
) As String()
public:
static array<String^>^ GetWebSocketSubscribesFromUrl(
	String^ url
)
static member GetWebSocketSubscribesFromUrl : 
        url : string -> string[] 
参数
- url
- 类型:SystemString
 URL内容,例如 ws://127.0.0.1:1883/HslSubscribes=A,B
返回值
类型:
String消息主题
 参见
参见