将socks5用于其他网络应用程序 [英] Use socks5 for other network application

查看:78
本文介绍了将socks5用于其他网络应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我想为任何其他应用程序设置socks5.但是我不知道该怎么办.我搜索了很长时间没有结果.请帮助我.

Hi all,
I want to set socks5 for any other application. But I do not know what should I do. I search a long time without result. Please help me.

推荐答案



几乎不可能为您提供最终的解决方案.
知道套接字,端口和网络协议的基础知识会很有帮助.
维基百科:

http://en.wikipedia.org/wiki/Network_socket [ http://www.iana.org/assignments/service-名称端口号/服务名称端口号.xml [ http://csharp.net-informations.com/communications/csharp-server-socket.htm [^ ]

使用C#在.NET中进行套接字编程的简介 [ ^ ]

http://www.csharp-examples.net/socket-send-receive/ [ ^ ]

观察OSI模型后,端口和套接字之间的区别将变得清晰.套接字在第5层上工作,端口可参考第2层和第4层.
http://en.wikipedia.org/wiki/OSI_model#Layer_5:_session_layer [ ^ ]


致以最诚挚的问候
Hi,

it''s nearly impossible to give you a ultimate solution.
It helps a lot to know the basics of Sockets,Ports and Network-Protocols.
Wikipedia:

http://en.wikipedia.org/wiki/Network_socket[^]

Reserved Ports:
http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml[^]


After choosing which is the right protocol for your application,
open your port and start sending and reading bytes (serverside).

Basic Example:
http://csharp.net-informations.com/communications/csharp-server-socket.htm[^]

An Introduction to Socket Programming in .NET using C#[^]

http://www.csharp-examples.net/socket-send-receive/[^]

The difference between Ports and Sockets gets clear after watching OSI model. Sockets are working on the 5th Layer,Ports can be refered to Layer 2 and 4.
http://en.wikipedia.org/wiki/OSI_model#Layer_5:_session_layer[^]


With Best Regards


这篇关于将socks5用于其他网络应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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