| WebSocketHelperGetSecKeyAccetp 方法  | 
 
            根据http网页的信息,计算出返回的安全令牌
            
 
        命名空间: 
     HslCommunication.WebSocket
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static string GetSecKeyAccetp(
	string httpGet
)
Public Shared Function GetSecKeyAccetp ( 
	httpGet As String
) As String
public:
static String^ GetSecKeyAccetp(
	String^ httpGet
)
static member GetSecKeyAccetp : 
        httpGet : string -> string 
参数
- httpGet
- 类型:SystemString
 网页信息
返回值
类型:
String返回的安全令牌
 参见
参见