NetworkPortRange Class

Definition

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.

Applies to