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