Click or drag to resize

TransportEndpointFormatRegex Field

Regular expression used to validate the format for an endpoint.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public const string EndpointFormatRegex = "(?<host>.+)\:(?<port>\d+$)"
View Source

Field Value

String
Remarks

Matches the following valid input:
- localhost:80
- 127.0.0.1:80
- [::1]:80
- [FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80

See Also