- streaming video over LAN C#
- public static TcpClient SocketCLiente = new TcpClient();
- NetworkStream _serverStream = default(NetworkStream);
- public static string IPServer="127.0.0.1";
- byte[] outStream = System.Text.Encoding.ASCII.GetBytes(this._txtUserName.Text + "%" + this.txtPassword.Text + "$");
- _serverStream.Write(outStream, 0, outStream.Length);