The InTheHand.Net namespace provides a simple programming interface for additional protocols used on networks today.
| C# | Visual Basic |
namespace InTheHand.Net
Namespace InTheHand.Net
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| BluetoothAddress |
Represents a Bluetooth device address.
| |
| BluetoothEndPoint |
Establishes connections to a peer device and provides Bluetooth port information.
| |
| WebRequestMethods..::.Ftp |
Represents the types of FTP protocol methods that can be used with an FTP request.
| |
| FtpStatusCode |
Specifies the status codes returned for a File Transfer Protocol (FTP) operation.
| |
| FtpWebRequest |
Implements a File Transfer Protocol (FTP) client.
| |
| FtpWebResponse |
Encapsulates a File Transfer Protocol (FTP) server's response to a request.
| |
| WebRequestMethods..::.Http |
Represents the types of HTTP protocol methods that can be used with an HTTP request.
| |
| IrDAAddress |
Represents an IrDA device address.
| |
| IrDAEndPoint |
Represents an end point for an infrared connection.
| |
| NetworkShare | ||
| ObexListener |
Provides a simple, programmatically controlled OBEX protocol listener.
| |
| ObexListenerContext |
Provides access to the request and response objects used by the ObexListener class.
| |
| ObexListenerRequest |
Describes an incoming OBEX request to an ObexListener object.
| |
| ObexMethod |
Methods which can be carried out in an Object Exchange transaction.
| |
| ObexStatusCode |
Specifies the status codes returned for an Object Exchange (OBEX) operation.
| |
| ObexTransport |
Supported network transports for Object Exchange.
| |
| ObexWebRequest |
Provides an OBEX implementation of the WebRequest class.
| |
| ObexWebRequest2 |
Provides an OBEX implementation of the WebRequest class.
But unlike ObexWebRequest it will throw an
exception on error.
| |
| ObexWebResponse |
Provides an OBEX implementation of the WebResponse class.
| |
| WebClient |
Provides helper methods for sending data to and receiving data from a resource identified by a URI.
| |
| WebRequestMethods |
Container class for WebRequestMethods..::.Ftp and WebRequestMethods..::.Http classes.
|