Exemplo n.º 1
0
 internal SocketService(Session parentSession, Wrappers.ISockets iSocketsDelegate)
     : base(parentSession)
 {
     m_delegate = iSocketsDelegate;
     m_sutSocketService      = new CSutSocketService(parentSession, m_delegate);
     m_dvtSocketService      = new CDvtSocketService(parentSession, m_delegate);
     m_secureSocketService   = new CSecureSocketService(parentSession, m_delegate);
 }
Exemplo n.º 2
0
 internal Dvt1MediaSessionService(Session parentSession, Wrappers.MBaseSession baseSessionDelegate)
     : base(parentSession)
 {
     m_delegate = baseSessionDelegate;
 }
Exemplo n.º 3
0
 internal ChildService(Session parentSession)
 {
     m_parentSession = parentSession;
 }
Exemplo n.º 4
0
 internal CSutSocketService(Session parentSession, Wrappers.ISockets iSocketsDelegate)
     : base(parentSession)
 {
     m_delegate = iSocketsDelegate;
 }