NodeNetAsync.Net.TcpSocket._Init C# (CSharp) Method

_Init() private method

private _Init ( ) : void
return void
		private void _Init()
		{
			this.TcpClient.ReceiveBufferSize = BufferSize;
			this.TcpClient.SendBufferSize = BufferSize;
			this.TcpClient.NoDelay = true;
		}