示例#1
0
 public GenresClient() :
     base(GenresClient.GetDefaultBinding(), GenresClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.BasicHttpBinding_IGenres.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }