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.128 -- Release Build+c4e32e80ee4b39b519c6e4a0a25ff9269b8be666
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