AWS SDK for .NET Documentation
WithFromPort Method (fromPort)
AmazonAmazon.EC2.ModelIpPermissionWithFromPort(Decimal) Did this page help you?   Yes   No    Tell us about it...
Sets the start of port range for the TCP and UDP protocols, or an ICMP type number.
Declaration Syntax
C#
public IpPermission WithFromPort(
	decimal fromPort
)
Parameters
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).
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.23.0 (1.5.23.0)