由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - internet programming in C#
相关主题
WebSocket问题 (转载)authentication
A question on authentication and cookieabout preventing history back in ASP.NET
webclient从yahoo finance读取页面的问题ASP.NET -- help
socket问题求教c# smtpclient's atthenication
[转载] a socket QuestionHTTP GET over SSL in C#
how to list all opened sockets?ASP web application 问题请教
How to read SSL Socket stream?The "automatically log me in" option
新手问个问题哈,关于C#的secure webservice
相关话题的讨论汇总
话题: c#话题: uri话题: socket话题: internet
进入DotNet版参与讨论
1 (共1页)
L*******r
发帖数: 1011
1
1. WebClient
Simple class to handle many protocols. Easy to use. No Authentication.
useful methods:
OpenRead: return stream. useful. especially when you want to put it to an
image object.
DownloadFile:
2. WebRequest:
Edelweiss gave us an example. :)
sort of Create -> GetResponse -> GetResponseStream(WebResponse class)
3. Uri and UriBuilder: parse and build Uri.
4. IPAddess and Dns
5. Socket, NetworkStream: you can build your own socket server using them.
6. TCPClient, TCPListner, UdpClient...: t
1 (共1页)
进入DotNet版参与讨论
相关主题
secure webservice[转载] a socket Question
Problem connecting to SQL Serverhow to list all opened sockets?
How can .Net Web App get local PC CredentialsHow to read SSL Socket stream?
超级脑残的Windows Remote WMI Access authentication新手问个问题哈,关于C#的
WebSocket问题 (转载)authentication
A question on authentication and cookieabout preventing history back in ASP.NET
webclient从yahoo finance读取页面的问题ASP.NET -- help
socket问题求教c# smtpclient's atthenication
相关话题的讨论汇总
话题: c#话题: uri话题: socket话题: internet