예제 #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(WCFHighChartsServiceClient.GetEndpointAddress(EndpointConfiguration.BasicHttpBinding_IWCFHighChartsService));
 }
예제 #2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(WCFHighChartsServiceClient.GetBindingForEndpoint(EndpointConfiguration.BasicHttpBinding_IWCFHighChartsService));
 }
예제 #3
0
 public WCFHighChartsServiceClient(EndpointConfiguration endpointConfiguration) :
     base(WCFHighChartsServiceClient.GetBindingForEndpoint(endpointConfiguration), WCFHighChartsServiceClient.GetEndpointAddress(endpointConfiguration))
 {
 }
예제 #4
0
 public WCFHighChartsServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(WCFHighChartsServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
 }
예제 #5
0
 public WCFHighChartsServiceClient() :
     base(WCFHighChartsServiceClient.GetDefaultBinding(), WCFHighChartsServiceClient.GetDefaultEndpointAddress())
 {
 }