IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

ReceiveInterface Property

The interface with which to receive multicast packets. If empty, default is used.

Syntax

[VB.NET]
Public Property ReceiveInterface As String

[C#]
public string ReceiveInterface {get; set;}

Remarks

This property is useful when there is more than one network interface, and the one used for receiving multicast datagrams is not the default. If you wish to set an interface other than the system default, provide the IP address of the interface to be set.

This property is used together with the MulticastGroup property to join one or more multicast groups. The joining is done after the component is activated by assigning proper values to MulticastGroup.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]