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