We have created below code to implement -
StringBuilder url = new StringBuilder();
string vsConfigurationPath = sv.ServiceInfo.Endpoints[0].RealAddress;
url.Append(vsConfigurationPath);
url.Append("12345");
url.Append("?");
url.Append("version").Append("=").Append("1");
sv.MessageLogger.Warn(url);
Could you please help us with redirect the request to reconstructed real service URL.