SdpMediaDescription.PortCount Property
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.
Gets the number of ports in series starting with the value returned by the Port property. Default value if nothing is specified is 1.
public:
property int PortCount { int get(); void set(int value); };
public int PortCount { get; set; }
member this.PortCount : int with get, set
Public Property PortCount As Integer
Property Value
Exceptions
Thrown when PortCount is less than 1.