Browse by Tags
All Tags »
WCF PERF (RSS)
Sorry, but there are no more tags available to filter with.
CustomBinding mexBinding = new CustomBinding(MetadataExchangeBindings.CreateMexHttpBinding()); for (int i = 0; i < mexBinding.Elements.Count; i++) { HttpTransportBindingElement transport = mexBinding.Elements[i] as HttpTransportBindingElement; if (transport
Read More...
// Add following config to your WCF app config file , Since we use System.net API also ,you can trace System.net API calls to debug WCF apps <configuration> <system.diagnostics> <trace autoflush="true" /> <sources> <source name="System.Net">
Read More...
Picture Services 1.1 - Sample Services http://msdn.microsoft.com/en-us/magazine/cc135976.aspx
Read More...