Channel.MulticastAdapterAddress Property

Returns or sets the address of the network adapter card used by the station.

Syntax

Station.MulticastAdapterAddress

Remarks

If the multicast server has one network adapter (NIC), set the value to an empty string (""). If the server has multiple network adapters, specify the adapter by its IP address.

Example

' get the second station
Set MyStation = NSChannelMgr.Channels.Item(1)
' set value to the default NIC
MyStation.MulticastAdapterAddress = ""
' set value to the IP address of the second NIC
MyStation.MulticastAdapterAddress = "121.5.24.9"

See Also

Channel object, MulticastAddress

© 1996-1998 Microsoft Corporation. All rights reserved.