System.Net.IrDA
Represents an end point for an infrared connection.
Initializes a new instance of the class.
The device identifier.
The name of the service to connect to.
Either the device identifier or the service name is invalid.
Gets the address family to which the endpoint belongs.
One of the values.
Creates an from a socket address.
A .
The socket is not supported.
Gets or sets an identifier for the device.
A 4-byte value.
Serializes endpoint information into a .
A containing the endpoint information.
The socket is not supported.
Gets or sets the name of the service.
The name of the service, such as ChatService.
Describes the character sets supported by the device.
The ASCII character set.
The western European graphic character set.
The eastern European graphic character set.
The southern European graphic character set.
The northern European graphic character set.
The Cyrillic graphic character set.
The Arabic graphic character set.
The Greek graphic character set.
The Hebrew graphic character set.
The Turkish graphic character set.
The Unicode character set.
Provides connection services for an infrared connection.
Initializes a new instance of the class.
Initializes a new instance of the class for connecting to a specified endpoint.
An .
Argument is a null reference.
Initializes a new instance of the class for connecting to a specified service.
The name of a service to connect to.
Argument is a null reference.
The service name is invalid or was not found during device discovery.
Closes the socket of the connection.
Connects a client to a specified IrDA endpoint.
An that represents the remote device.
The remote device is not found.
Connects a client to a specified IrDA service.
The name of the service to connect to.
The service name is null or does not exist.
Obtains information about a specified number of devices.
An interface.
The maximum number of devices to get information about.
Obtains information about available devices using a socket.
Returns an instance of the class.
The IrDA socket.
The maximum number of devices to get information about.
Gets the name of a device using a specified socket.
Returns a string value of the computer or device name.
A .
Gets the underlying stream of data.
A remote connection is not established.
Gets the name of the device participating in the communication.
A string value which is the computer or device name.
A remote connection is not established.
Provides information about remote devices connected by infrared communications.
Gets the character set used by the server, such as ASCII.
A value of the enumeration.
Gets the device identifier.
A 4-byte value.
Gets a name of a device.
A string value identifying the device type, such as "fax."
Gets the type of the device, such as a computer.
A value of the enumeration.
Describes an enumeration of possible device types, such as Fax.
A name indicating no device
A Plug and Play interface
A Pocket PC
A personal computer
A printer
A modem
A fax
A local area network access
A telephonic device
A personal computer file server
Places a socket in a listening state to monitor infrared connections from a specified service or network address.
Initializes a new instance of the class.
The network address to monitor for making a connection.
Initializes a new instance of the class.
The name of the service to listen for.
Creates a client object for a connection when the specified service or endpoint is detected by the listener component.
An component.
Creates a new socket for a connection.
A socket.
Gets a new instance of the class.
A socket.
Determines if a connection is pending.
true if there is a connection pending; otherwise, false.
Starts the socket to listen for incoming connections.
Stops the socket from monitoring connections.