コード例 #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);
 }