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.152 -- Release Build+6d2492428a1e08c73d111baf01bca9b00920efea
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