| Title |
Test
Find
Split WCF endpoint address
|
| Expression |
(?:(?<scheme>http(?:s?)|net\.(?:tcp|pipe|msmq))(?:\:\/\/))(?<machine>[^/\r\n\:]+)?(?:\:)(?<port>\d+)?(?<path>(?:\/.*)*\/?)? |
| Description |
Splits the WCF endpoint address into the following parts:
* scheme
* machine
* port
* path |
| Matches |
http://wsdk-vsw-1018:55555/OPGatewayService |
| Non-Matches |
remoteServer:55555/OPGatewayService |
| Author |
Rating:
Not yet rated.
Benny Tordrup
|
| Source |
|
| Your Rating |
|