Method | Description | |
---|---|---|
PortValidationRule ( ) : System |
Default constructor
|
|
Validate ( object value, System cultureInfo ) : System.Windows.Controls.ValidationResult |
Validates the port value. It checks if the port number is valid (it is in the range [1024,65535]) and if it's already in use (if this check is enabled).
|
public Validate ( object value, System cultureInfo ) : System.Windows.Controls.ValidationResult | ||
value | object | Value to validate |
cultureInfo | System | Unused Param |
return | System.Windows.Controls.ValidationResult |