| 17 |
public RexClientViewNG(EndPoint remoteEP, IScene scene, IAssetCache assetCache, |
public RexClientViewNG(EndPoint remoteEP, IScene scene, IAssetCache assetCache, |
| 18 |
LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, |
LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, |
| 19 |
UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) |
UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) |
| 20 |
: base(remoteEP, scene, assetCache, packServer, authenSessions, agentId, |
: base(remoteEP, scene, packServer, authenSessions, agentId, |
| 21 |
sessionId, circuitCode, proxyEP, userSettings) |
sessionId, circuitCode, proxyEP, userSettings) |
| 22 |
{ |
{ |
| 23 |
OnBinaryGenericMessage -= base.RexClientView_BinaryGenericMessage; |
OnBinaryGenericMessage -= base.RexClientView_BinaryGenericMessage; |