GetWebSocketSessionContainer Method
Overloads
| GetWebSocketSessionContainer(ISession) | 
             Method for retrieving a WebSocketSessionContainer based on the current location and the argument session.  | 
        
      
    
GetWebSocketSessionContainer(ISession)
Method for retrieving a WebSocketSessionContainer based on the current location and the argument session.
Declaration
      public IWebSocketSessionContainer GetWebSocketSessionContainer(ISession session)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| ISession | session | 
           Defines a specific app session, that can be connected to.  | 
      
Returns
| Type | Description | 
|---|---|
| IWebSocketSessionContainer | 
           The IWebSocketSessionContainer instance.  |