Esempio n. 1
0
 public static Uri CreateServiceUri(string scheme, string serviceNamespace, string servicePath, bool suppressRelayPathPrefix)
 {
     return(ServiceBusEnvironment.CreateServiceUri(scheme, serviceNamespace, servicePath, suppressRelayPathPrefix, RelayEnvironment.RelayHostRootName));
 }
Esempio n. 2
0
 public static Uri CreateServiceUri(string scheme, string serviceNamespace, string servicePath)
 {
     return(ServiceBusEnvironment.CreateServiceUri(scheme, serviceNamespace, servicePath, false, RelayEnvironment.RelayHostRootName));
 }