Returns or sets a Long value specifying the maximum bit-rate per file. This value determines the maximum bandwidth resources that may be consumed by a client.
Syntax
NSUnicastMgr.MaxFileBitRate
Remarks
The maximum value for MaxFileBitRate is 3 megabits per second. The units it returns or sets are bits per second.
Example
NSUnicastMgr.MaxFileBitRate = 3145728
' MaxFileBitRate set to 3 megabits per second
MsgBox "max bandwidth is " & NSUnicastMgr.MaxFileBitRate
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.