コード例 #1
0
ファイル: SocketsInternal.cs プロジェクト: top501/DVTK-1
 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);
 }
コード例 #2
0
ファイル: SocketsInternal.cs プロジェクト: ewcasas/DVTK
 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);
 }