コード例 #1
0
 public PaisServiceClient() :
     base(PaisServiceClient.GetDefaultBinding(), PaisServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.BasicHttpBinding_IPaisService.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }