Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IrDAEndPoint Class

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Establishes connections to a server and provides infrared port information.

For a list of all members of this type, see IrDAEndPoint Members.

System.Object
   System.Net.EndPoint
      System.Net.IrDAEndPoint

[Visual Basic]
Public Class IrDAEndPoint
   Inherits EndPoint
[C#]
public class IrDAEndPoint : EndPoint
[C++]
public __gc class IrDAEndPoint : public EndPoint
[JScript]
public class IrDAEndPoint extends EndPoint

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

Represents a network infrared service.

Requirements

Namespace: System.Net

Platforms: .NET Compact Framework

Assembly: System.Net.Irda (in System.Net.Irda.dll)

See Also

IrDAEndPoint Members | System.Net Namespace

Show:
© 2017 Microsoft