AsyncServerForm.ThreadProc.sendThread C# (CSharp) Method

sendThread() public method

public sendThread ( ) : void
return void
        public void sendThread()
        {
            //callthe sender function
            //function(IPPort,msg);
        }
    }