Example #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(OpenApiAsyncMessageConsumerServicePortTypeClient.GetEndpointAddress(EndpointConfiguration.OpenApiAsyncMessageConsumerServiceEndpoint));
 }
Example #2
0
 public OpenApiAsyncMessageConsumerServicePortTypeClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(OpenApiAsyncMessageConsumerServicePortTypeClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Example #3
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(OpenApiAsyncMessageConsumerServicePortTypeClient.GetBindingForEndpoint(EndpointConfiguration.OpenApiAsyncMessageConsumerServiceEndpoint));
 }
Example #4
0
 public OpenApiAsyncMessageConsumerServicePortTypeClient() :
     base(OpenApiAsyncMessageConsumerServicePortTypeClient.GetDefaultBinding(), OpenApiAsyncMessageConsumerServicePortTypeClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.OpenApiAsyncMessageConsumerServiceEndpoint.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }