예제 #1
0
파일: Platform4.cs 프로젝트: superyfwy/db4o
 public static bool IsConnected(Sharpen.Net.Socket socket)
 {
     if (socket == null)
     {
         return false;
     }
     return socket.IsConnected();
 }