コード例 #1
0
ファイル: uhttppeer.cs プロジェクト: udaparts/socketpro
 public bool Unsubscribe()
 {
     ServerCoreLoader.Exit(m_sp.Handle);
     return(true);
 }