Network Operations in the .NET Framework with Visual Basic

When performing complex network operations, Visual Basic users may need to investigate the .NET Framework and the classes it offers. This section provides an overview of network concepts in the .NET Framework and a listing of commonly used classes.

In This Section

Reference

  • WebRequest
    Makes a request to a Uniform Resource Identifier (URI).

  • WebResponse
    Provides a response from a URI.

  • WebClient
    Provides common methods for sending data to and receiving data from a resource identified by a URI.