Example #1
0
 public EliteServiceClient() :
     base(EliteServiceClient.GetDefaultBinding(), EliteServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.NetHttpBinding_IEliteService.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }