Class PortRange
The Port range
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public class PortRange
Constructors
PortRange(UInt32, UInt32)
The PortRange constructor
Declaration
public PortRange(uint minPort, uint maxPort)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | minPort | The minimum port. |
UInt32 | maxPort | The maximum port. |
Properties
MaxPort
The maximum port.
Declaration
public uint MaxPort { get; }
Property Value
Type | Description |
---|---|
UInt32 |
MinPort
The minimum port.
Declaration
public uint MinPort { get; }
Property Value
Type | Description |
---|---|
UInt32 |