Server Intellect
 
Home   Snippets Directory   New Snippets   Snippets Tutorial   Snippets FAQs
 
 
  Categories
Collections
Database
Email
Working with Files
Network
OS
Security
XML
New Snippets
  Get Involved
Create Snippet
Suggest Snippet
Snippets Tutorial
Snippet FAQs
Snippets Newsletter


Navigator: Home - Snippets - Network
Network Functionality

ASP.NET Network Snippets
Determine if the Network is Available C# 2.0
This snippet will show you how to determine if the network is available using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Net.NetworkInformation namespace.
Convert a Relative Uri to an Absolute Uri C# 2.0
This snippet will show you how to convert a relative uri to an absolute uri using ASP.NET 2.0 and C#.
Ping Another Computer C# 2.0
This snippet will show you how to ping another computer using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Net.NetworkInformation namespace.
Use a SerialPort to Dial a Phone Number C# 2.0
This snippet will show you how to use a SerialPort to Dial a Phone Number using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.IO.Ports namespace.
Read Data from a Serial Port C# 2.0
This snippet will show you how to read data from a serial port using ASP.NET 2.0 and C#. First, you must import the namespaces of System.IO.Ports and System.Text.



 
  Developer Resources





Server Intellect Rocks