J
Jonathan
Is there any Class in C# which provide access to
construct a UDP packet
myself???
Currently I am using the UdpClient class in C#....
however, its method send(byte[] , int length, IPAddress
dest, int port) only
allow me to send some bytes to the other side......but
what i need is to
construct a packet myself.......i need to explicitly
construct the payload
of a UDP packet byte by byte by myself.....
Anyone knows the solution to my problem?~ I can't found
some relevant class
in the System.Net namespace....
construct a UDP packet
myself???
Currently I am using the UdpClient class in C#....
however, its method send(byte[] , int length, IPAddress
dest, int port) only
allow me to send some bytes to the other side......but
what i need is to
construct a packet myself.......i need to explicitly
construct the payload
of a UDP packet byte by byte by myself.....
Anyone knows the solution to my problem?~ I can't found
some relevant class
in the System.Net namespace....