连接到远程主机语法

发布于 2024-07-19 07:58:28 字数 238 浏览 10 评论 0原文

在 C# 中,当我使用代码时:

 public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)

我使用正在通信的远程主机的 IP 地址和端口号来声明 EndPoint。 在这种情况下,端口号代表我的系统或远程主机上的端口?

In c# when I use the code :

 public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)

I declare the EndPoint with the ip-address of the remote host am communicating with and a port number. In this case the port number represents a port on my system or on the remote host??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜深人未静 2024-07-26 07:58:28

您连接到远程端点,因此该端口是远程计算机上的端口。

You connect to a remote endpoint so the port is the port on remote machine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文