init
This commit is contained in:
parent
e0df47da9a
commit
3a31480df0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -104,6 +104,7 @@ namespace UdpServerCMD
|
|||
sendData = hexStringToByteArray(sendStr);
|
||||
//发送给指定服务端
|
||||
socket.SendTo(sendData, sendData.Length, SocketFlags.None, ipEnd);
|
||||
//socket.SendTo(sendData, sendData.Length, SocketFlags.None, new IPEndPoint(IPAddress.Parse(ipEnd.Address.ToString()), 0));
|
||||
}
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue