Sie befinden sich aktuell in den Christian Brix Blog-Archiven für den folgenden Tag 19.8.2008.
- .NET (4)
- Administration (15)
- Allgemein (7)
- C# (4)
- CRM (2)
- MOSS 2007 (34)
- Office (2)
- Programming (5)
- Project-Server (3)
- Projektmanagement (5)
- SharePoint (47)
- SharePoint 2010 (12)
- Uncategorized (1)
- VB.NET (2)
- Web (8)
- WIN 2008 (4)
- Workflow (9)
- 10.3.2012: Probleme mit Windows-Explorer-Ansicht unter Sharepoint (öffnet nicht)
- 12.2.2012: Datenimport Überlegungen Teil 2 (MS-CRM)
- 23.1.2012: Datenimport-Überlegungen (MS-CRM)
- 20.12.2011: Vorhandene Projekte in Project Server hochladen
- 18.12.2011: Project-Server Pro und Contra
- 17.12.2011: Project-Server 2010 Project Web Application (PWA)
- 25.9.2011: Migration MOSS 2007 nach Sharepoint 2010 Schrittweise (Step by Step)
- 16.9.2011: Backup-Script (Powershell) für Sp2010 aller SiteCollections und Websites einer Web-Application
- 31.3.2011: Ändern der Sprache in der SharePoint Zentraladministration (2010/2007)
- 28.1.2011: Was ist neu in SharePoint 2010 Foundation (Serie) - Teil 3
Archive für 19.8.2008
Check internet connection programmatically - Internet Verbindung programmatisch prüfen
19.8.2008 von admin.
I ran into a project where I was asked to create an application that would switch the proxy settings depending on wether an nternet connection exists or not. The problem was that this should also work if the user is working from a hotel room where he is logging into a pay account on a mobile lan spot. Therefore I had to check if the connection was open (payed) or closed (not yet payed but nontheless connected to the internet).
———————————————————–
In einem mener Projekte war gefordert eine Applikation zu liefern, welche die Proxy Einstellungen des Browsers verändert in Abhängigkeit davon ob der Computer mit dem Internet verbunden ist, oder nicht. Dies sollte auch dann funktionieren, wenn sich der Benutzer in einem Hotel an einem mobilen LAN Spot anmeldet (kostenpflichtig). Also musste ich prüfen, ob eine freie Verbindung besteht (bezahlt) oder sich der Benutzer gerade an dem LAN Spot anmeldet (noch nicht bezahlt, aber trotzdem eine bestehende Internet-Verbindung).
Den Rest des Eintrags lesen »
Geschrieben in C#, Programming, .NET | Drucken | Keine Kommentare »