NetworkPortRange Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Available audio/video communication port range.
public ref class NetworkPortRange
public class NetworkPortRange
type NetworkPortRange = class
Public Class NetworkPortRange
- Inheritance
-
NetworkPortRange
Constructors
NetworkPortRange() |
Creates a new instance of the NetworkPortRange class. |
Fields
MaxPortValue |
Constant defines maximum network port value. |
MinPortValue |
Constant defines minimum network port value. |
Properties
LocalNetworkPortMax |
Gets the upper boundary for local network port range to be used for audio/video communication. |
LocalNetworkPortMin |
Gets the lower boundary for local network port range to be used for audio/video communication. |
Methods
SetRange(Int32, Int32) |
Changes the port range for all audio/video communication. |