TransportEndpointFormatRegex Field

Regular expression used to validate the format for an endpoint.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.138 -- Release Build+186144cc77f460103feb64173195896fdb13e4b3
public const string EndpointFormatRegex = "(?<host>.+)\:(?<port>\d+$)"

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