Пример #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(ParticipantNewsLetter_ServiceClient.GetEndpointAddress(EndpointConfiguration.ParticipantNewsLetter_Service));
 }
Пример #2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(ParticipantNewsLetter_ServiceClient.GetBindingForEndpoint(EndpointConfiguration.ParticipantNewsLetter_Service));
 }
Пример #3
0
 public ParticipantNewsLetter_ServiceClient(EndpointConfiguration endpointConfiguration) :
     base(ParticipantNewsLetter_ServiceClient.GetBindingForEndpoint(endpointConfiguration), ParticipantNewsLetter_ServiceClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Пример #4
0
 public ParticipantNewsLetter_ServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(ParticipantNewsLetter_ServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Пример #5
0
 public ParticipantNewsLetter_ServiceClient() :
     base(ParticipantNewsLetter_ServiceClient.GetDefaultBinding(), ParticipantNewsLetter_ServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.ParticipantNewsLetter_Service.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }