Channel.Port Property

Returns or sets the port of the station.

IP port numbers range from 1 through 65535. Ports in the 32000 through 65000 range are recommended.

Syntax

Station.Port

Example

' get the second station
Set MyStation = NSChannelMgr.Channels.Item(1)
MyStation.Port = 64288
MsgBox "MyStation address: " & MyStation.Port

See Also

Channel object, MulticastAddress, MulticastAdapterAddress

© 1996-1998 Microsoft Corporation. All rights reserved.