Beispiel #1
0
 public GenericAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #2
0
 public AlertsSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
 public BankAsynchronousTransferServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #4
0
 public DOME_BUS_EAI_R590getMultimediaFileClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #5
0
 public InterestServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
 public DgieWSPortClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #7
0
 public OrderProcessorClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #8
0
 public TiraggoXmlClassClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #9
0
 public CrudeAirportLinkServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #10
0
 public TPEduInfoTransferSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #11
0
 public ServicePrenotationClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #12
0
 public BookingServicesClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #13
0
 public SecureServiceContractClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #14
0
 public RpcServices(Uri baseUri, System.ServiceModel.Channels.Binding binding)
 {
    _baseUri = baseUri;
    _binding = binding;
    _hosts = new List<ServiceHost>();
 }
Beispiel #15
0
 public CommandeServiceWCFClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #16
0
 private static IDemo GetDemoService(Binding binding, string endpointAddress)
 {
     return ChannelFactory<IDemo>.CreateChannel(binding, new EndpointAddress(endpointAddress));
 }
 public NotificacionClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
 public Service_MobDataClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #19
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WcfClientEntityBuildEventCode"/> class.
 /// </summary>
 /// <param name="binding">The binding.</param>
 /// <param name="remoteAddress">The remote address.</param>
 public WcfClientEntityBuildEventCode(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #20
0
 public MessageHelloClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #21
0
 public ZWS_ZINT_SD0001Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #22
0
 public ApplicationImageFormatsServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #23
0
 public WsFactibilidadEmpresarialPortTypeClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #24
0
 public SolicitudServicioClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
 public ExtractionOperationsWSClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #26
0
 public WCFProtocolClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #27
0
 public WS_HR_XZGL_FFJLSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
 public ItemCategories_PortClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
 public CalculatorClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #30
0
 public BrokeredMessageServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }
Beispiel #31
0
 public WxPayClient(System.ServiceModel.Channels.Binding binding, EndpointAddress edpAddr)
     : base(binding, edpAddr)
 {
 }
Beispiel #32
0
 public RpcClient(Uri baseUri, System.ServiceModel.Channels.Binding binding)
 {
    _baseUri = baseUri;
    _binding = binding;
 }
 public OrderServiceClient(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     base(callbackInstance, binding, remoteAddress)
 {
 }
 private static ServiceEndpoint CreateEndpoint(Binding binding, EndpointAddress address, ContractDescription cd, Endpoint serviceInterface)
 {
     if (!serviceInterface.EndpointName.EqualsCaseInsensitive("rest") && !serviceInterface.EndpointName.EqualsCaseInsensitive("securerest"))
         return new ServiceEndpoint(cd, binding, address);
     var restEndpoint = new WebHttpEndpoint(cd, address)
                {
                    HelpEnabled = true,
                    DefaultOutgoingResponseFormat = WebMessageFormat.Json,
                    Binding = binding,
                    FaultExceptionEnabled = true,
                    AutomaticFormatSelectionEnabled = true
                    
                };
     restEndpoint.AutomaticFormatSelectionEnabled = true;
     restEndpoint.FaultExceptionEnabled = true;
     return restEndpoint;
 }
 private void CreateBinding()
 {
     Collection<BindingElement> bindingElementsInTopDownChannelStackOrder = new Collection<BindingElement>();
     BindingElement securityBindingElement = this.config.SecurityManager.GetSecurityBindingElement();
     if (securityBindingElement != null)
     {
         bindingElementsInTopDownChannelStackOrder.Add(securityBindingElement);
     }
     TcpTransportBindingElement item = new TcpTransportBindingElement {
         MaxReceivedMessageSize = this.config.MaxReceivedMessageSize,
         MaxBufferPoolSize = this.config.MaxBufferPoolSize,
         TeredoEnabled = true
     };
     MessageEncodingBindingElement encodingBindingElement = null;
     if (this.messageHandler != null)
     {
         encodingBindingElement = this.messageHandler.EncodingBindingElement;
     }
     if (encodingBindingElement == null)
     {
         BinaryMessageEncodingBindingElement element4 = new BinaryMessageEncodingBindingElement();
         this.config.ReaderQuotas.CopyTo(element4.ReaderQuotas);
         bindingElementsInTopDownChannelStackOrder.Add(element4);
     }
     else
     {
         bindingElementsInTopDownChannelStackOrder.Add(encodingBindingElement);
     }
     bindingElementsInTopDownChannelStackOrder.Add(item);
     this.binding = new CustomBinding(bindingElementsInTopDownChannelStackOrder);
     this.binding.ReceiveTimeout = TimeSpan.MaxValue;
 }