예제 #1
0
 public System.Uri CreateForBusname(string relativeAddress, string busName)
 {
     return(EndpointFunctions.CreateEndpointUriForBusname(this.AbsoluteAddress(relativeAddress)
                                                          , busName
                                                          ));
 }
예제 #2
0
 public System.Uri CreateForPath(string relativeAddress, string path)
 {
     return(EndpointFunctions.CreateEndpointUriForPath(this.AbsoluteAddress(relativeAddress)
                                                       , path
                                                       ));
 }
예제 #3
0
 public System.Uri Create(string relativeAddress, string busName, string path)
 {
     return(EndpointFunctions.CreateEndpointUri(this.AbsoluteAddress(relativeAddress)
                                                , busName, path
                                                ));
 }