Hi
In .NET 2.0 I am trying to send a datarow or a data struct through sockets
to all connected clients.
for example heres the data struct
struct
{
string seqno
double SysTime
string Description
}
I want to send this struct to clients. I know its very simple.
Can someone guide me how it can be done.
Thanks
In .NET 2.0 I am trying to send a datarow or a data struct through sockets
to all connected clients.
for example heres the data struct
struct
{
string seqno
double SysTime
string Description
}
I want to send this struct to clients. I know its very simple.
Can someone guide me how it can be done.
Thanks
Comment