Sets the start of port range for the TCP and UDP protocols, or an ICMP type number.
| C# |
public IpPermission WithFromPort( decimal fromPort )
- fromPort (Decimal)
- Start of port range for the TCP and UDP protocols, or an ICMP type number. An ICMP type number of -1 indicates a wildcard (i.e., any ICMP type number).
this instance