Windows Media Services SDK banner art
PreviousNext

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 Objects, Channel.MulticastAddress, Channel.MulticastAdapterAddress

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.