Top "Basichttpbinding" questions

Represents a binding that a Windows Communication Foundation (WCF) service can use to configure and expose endpoints that are able to communicate with ASMX-based Web services and clients and other services that conform to the WS-I Basic Profile 1.1.

How to authenticate in WCF services in BasicHttpBinding?

I am developing WCF services with basicHttpBinding, these services should be accessible using .net 1.1 & .net 2.0, for this purpose I …

wcf wcf-security basichttpbinding wcf-authentication
What 130 second timeout is killing my WCF streaming service call?

Just recently I started to investigate a tricky problem with WCF streaming in which a CommunicationException is produced if the …

wcf iis-7 .net-4.0 streaming basichttpbinding
Problem with large requests in WCF

I've seen this problem posted a million times, but none of the solutions have worked for me...So here I …

wcf binding basichttpbinding
How to use a Service Reference with a basic authentication WCF SOAP Service

I have a WCF SOAP service that uses basic access authentication. SSL is not being used - I understand the …

wcf web-services basichttpbinding basic-authentication
How do you configure a WCF service with two endpoints to use a different ListenUri for each endpoint?

I have a WCF Service which exposes an endpoint using the webHttpBinding and is consumed by both WPF and ASP.…

wcf windows-phone-7 basichttpbinding webhttpbinding
Programmatically set identity on WCF EndpointAddress

I am using the following function to create a System.ServiceModel.EndpointAddress when connecting to a WCF Service: private static …

c# .net wcf basichttpbinding
WCF - Streaming file upload over http

I am trying to build a WCF service that will allow my WPF desktop clients to upload files to a …

wcf streaming basichttpbinding
BasicHttpBinding with TransportWithMessageCredential and clientCredentialType="Windows"

I am using this binding configuration on client and server: <basicHttpBinding> <binding name="BasicHttpBinding_IService1"> <…

wcf windows-authentication basichttpbinding
WCF NetTCPBinding vs HttpBinding difference in data sent on wire

Say I have a service exposing two end points, 1st is a NetTCPBinding the second is any flavour of HttpBinding. …

wcf wcf-binding nettcpbinding wshttpbinding basichttpbinding
Custom binding: The provided URI scheme 'https' is invalid; expected 'http'. Parameter name: via

I have looked all over stackoverflow and internet, still can't find a solution for this I have set up a …

c# wcf https basichttpbinding