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