Class PortRange
Stores the port range for a single media type
Inherited Members
Namespace: SipLib.Media
Assembly: SipLib.dll
Syntax
public class PortRange
Constructors
| Edit this page View SourcePortRange()
Constructor
Declaration
public PortRange()
Properties
| Edit this page View SourceCount
Number of ports to allocate
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
StartPort
Starting port number
Declaration
public int StartPort { get; set; }
Property Value
Type | Description |
---|---|
int |