Hi,
While connecting to the Bank server i am having problem of  connection i mean the connection is not establishing while sending a message to server.
When i use to check the connection is true or false it shows false. Please check it and reply asap

The code which i use is:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using Trx.Messaging.Iso8583; using Trx.Messaging; using Trx.Communication.Channels.Sinks; using Trx.Communication.Channels.Sinks.Framing; using Trx.Coordination.TupleSpace; using Trx.Communication.Channels.Tcp; using Trx.Communication.Channels; using System.Net.Security; using System.Net.Sockets; namespace ISO8583Sample
Go to the complete details ...