This documentation is archived and is not being maintained.
IrDAListener Class
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Places a socket in a listening state to monitor connections from a specified service or network address.
For a list of all members of this type, see IrDAListener Members.
System.Object
System.Net.Sockets.IrDAListener
[Visual Basic] Public Class IrDAListener [C#] public class IrDAListener [C++] public __gc class IrDAListener [JScript] public class IrDAListener
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
This class monitors a service by specifying a service name or a network address. The listener does not listen until you call the Start method.
Requirements
Namespace: System.Net.Sockets
Platforms: .NET Compact Framework
Assembly: System.Net.Irda (in System.Net.Irda.dll)
See Also
Show: