In The Hand
InTheHand.Net Namespace
NamespacesInTheHand.Net
.NET Components for Mobility
The InTheHand.Net namespace provides a simple programming interface for additional protocols used on networks today.
Declaration Syntax
C#Visual Basic
namespace InTheHand.Net
Namespace InTheHand.Net
Types
All TypesClassesEnumerationsDelegates
IconTypeDescription
BluetoothAddress
Represents a Bluetooth device address.

BluetoothEndPoint
Establishes connections to a peer device and provides Bluetooth port information.

DnsEndPoint
Represents a network endpoint as a host name or a string representation of an IP address and a port number.

DownloadDataCompletedEventArgs
Provides data for the DownloadDataCompleted event.

DownloadDataCompletedEventHandler
Represents the method that will handle the DownloadDataCompleted event of a WebClient.

DownloadProgressChangedEventArgs
Provides data for the DownloadProgressChanged event of a WebClient.

DownloadProgressChangedEventHandler
Represents the method that will handle the DownloadProgressChanged event of a WebClient.

DownloadStringCompletedEventArgs
Provides data for the DownloadStringCompleted event.

DownloadStringCompletedEventHandler
Represents the method that will handle the DownloadStringCompleted event of a WebClient.

WebRequestMethods..::.File
Represents the types of file protocol methods that can be used with a FILE request.

FileWebRequest
Provides a file system implementation of the WebRequest class.

FileWebResponse
Provides a file system implementation of the WebResponse class.

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
Provides functionality for attaching to Windows networking shares.

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.

ObexWebResponse
Provides an OBEX implementation of the WebResponse class.

UploadDataCompletedEventArgs
Provides data for the UploadDataCompleted event.

UploadDataCompletedEventHandler
Represents the method that will handle the UploadDataCompleted event of a WebClient.

UploadFileCompletedEventArgs
Provides data for the UploadFileCompleted event.

UploadFileCompletedEventHandler
Represents the method that will handle the UploadFileCompleted event of a WebClient.

UploadProgressChangedEventArgs
Provides data for the UploadProgressChanged event of a WebClient.

UploadProgressChangedEventHandler
Represents the method that will handle the UploadProgressChanged event of a WebClient.

UploadStringCompletedEventArgs
Provides data for the UploadStringCompleted event.

UploadStringCompletedEventHandler
Represents the method that will handle the UploadStringCompleted event of a WebClient.

UploadValuesCompletedEventArgs
Provides data for the UploadValuesCompleted event.

UploadValuesCompletedEventHandler
Represents the method that will handle the UploadValuesCompleted event of a WebClient.

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.

WebUtility
Provides methods for encoding and decoding URLs when processing Web requests.