public const string EndpointFormatRegex = "(?<host>.+)\:(?<port>\d+$)"
Public Const EndpointFormatRegex As String = "(?<host>.+)\:(?<port>\d+$)"
public:
literal String^ EndpointFormatRegex = "(?<host>.+)\:(?<port>\d+$)"
var Gemstone.Communication.Transport.EndpointFormatRegex
Matches the following valid input:
- localhost:80
- 127.0.0.1:80
- [::1]:80
- [FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80