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