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.141 -- Release Build+c66e253161c5117b5bc3ebd72dcf095c9b8944a8
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