Edit

Share via


SdpMediaDescription.PortCount Property

Definition

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.

Applies to