bigloo.client_socket.HOSTIP C# (CSharp) Method

HOSTIP() public method

public HOSTIP ( ) : Object
return Object
        public override Object HOSTIP()
        {
            return foreign.getbytes( ((IPEndPoint)_socket.RemoteEndPoint).Address.ToString() );
        }