예제 #1
0
파일: Reference.cs 프로젝트: Inspq/securite
 public SoapServiceClient() :
     base(SoapServiceClient.GetDefaultBinding(), SoapServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.BasicHttpBinding_ISoapService.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }