HttpServerGetWebSocket Method |
获取指定id websocket,未找到则返回null
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public HttpServerWebSocketContext GetWebSocket(
string id
)
Public Function GetWebSocket (
id As String
) As HttpServerWebSocketContext
public:
HttpServerWebSocketContext^ GetWebSocket(
String^ id
)
member GetWebSocket :
id : string -> HttpServerWebSocketContext
Parameters
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:Adf.HttpServer.GetWebSocket(System.String)"]
Return Value
Type:
HttpServerWebSocketContext[Missing <returns> documentation for "M:Adf.HttpServer.GetWebSocket(System.String)"]
See Also