bigloo.socket.DOWNP C# (CSharp) Method

DOWNP() public method

public DOWNP ( ) : bool
return bool
        public bool DOWNP()
        {
            return down;
        }

Usage Example

Exemplo n.º 1
0
 public static bool SOCKET_DOWNP( socket  s )
 {
     return s.DOWNP();
 }