使用udp将字符串发送到Intranet计算机 [英] send a string to a intranet computer with udp

查看:78
本文介绍了使用udp将字符串发送到Intranet计算机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道Intranet ip 192.168.1.100和Internet ip 78.x.x.x,是否可以通过这种方式将字符串发送到Intranet计算机,
UdpClient myUdpClient =新的UdpClient();
.....
myUdpClient.send(X,X,X);
ip地址如何?
谢谢〜

I have known the intranet ip 192.168.1.100 and internet ip 78.x.x.x,can I send a string to the intranet computer by this way,
UdpClient myUdpClient = new UdpClient();
.....
myUdpClient.send(X,X,X);
And how is the ip address like?
Thanks~

推荐答案

选中此
http://msdn.microsoft.com/en-us/library/82dxxas0 (v = VS.90).aspx [
Check this
http://msdn.microsoft.com/en-us/library/82dxxas0(v=VS.90).aspx[^]

Within Intranet you definitely can use Intranet IP.


这篇关于使用udp将字符串发送到Intranet计算机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆