c# Programming Glossary: this.state
C# Networking : Server hangs after receiving more than 65535 bytes http://stackoverflow.com/questions/4118800/c-sharp-networking-server-hangs-after-receiving-more-than-65535-bytes code for sending data public bool sendData byte data if this.state State.Connected if data null data.Length 0 try data Crypto.Encrypt.. the client no effect public bool sendData byte data if this.state State.Connected if data null data.Length 0 try data Crypto.Encrypt.. getIP return remoteIP public bool isConnected return this.state State.Connected public void outDataLog int nbrBytes parent.outDataLog..
|