HTTP
-
Hallo zusammen, gibt es in c# Klassen zur Kommunikation mit einem Webserver sowie zur Verarbeitung von HMTL - Dateien?
Gruss Ishildur
-
hi,
The System.Net namespace provides a simple programming interface for many of the protocols used on networks today. The WebRequest and WebResponse classes form the basis of what are called pluggable protocols, an implementation of network services that enables you to develop applications that use Internet resources without worrying about the specific details of the individual protocols.beispiele hier:
-> http://www.example-code.com/csharp/http.aspbye