コード例 #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(PostCodesWithMunicipality_ServiceClient.GetEndpointAddress(EndpointConfiguration.PostCodesWithMunicipality_Service));
 }
コード例 #2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(PostCodesWithMunicipality_ServiceClient.GetBindingForEndpoint(EndpointConfiguration.PostCodesWithMunicipality_Service));
 }
コード例 #3
0
 public PostCodesWithMunicipality_ServiceClient(EndpointConfiguration endpointConfiguration) :
     base(PostCodesWithMunicipality_ServiceClient.GetBindingForEndpoint(endpointConfiguration), PostCodesWithMunicipality_ServiceClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
コード例 #4
0
 public PostCodesWithMunicipality_ServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(PostCodesWithMunicipality_ServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
コード例 #5
0
 public PostCodesWithMunicipality_ServiceClient() :
     base(PostCodesWithMunicipality_ServiceClient.GetDefaultBinding(), PostCodesWithMunicipality_ServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.PostCodesWithMunicipality_Service.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }