July 2006 - Posts
Uri baseAddress = new Uri("http://localhost:8081/testsvc"); ServiceHost sh = new ServiceHost(typeof(CalculatorService), baseAddress); WSDualHttpBinding b = new WSDualHttpBinding(); BindingElementCollection bec = b.CreateBindingElements(); TextMessageEncodingBindingElement
Read More...
Attachment(s): SvcUtil.exe.config
This sample will show you,How to use IParameterInspector BehaviorExtensionElement IDispatchMessageInspector IClientMessageInspector IEndpointBehavior http://blogs.msdn.com/madhuponduru/attachment/671922.ashx
Read More...
Attachment(s): CustomBehavior.zip
//click on each topic to view these seminars The Lifetime of a Message in Windows Communication Foundation A Sneak Preview of Windows Communication Foundation from an Early Adopter's Perspective Taking Advantage of TCP/IP Reliability in SOAP Extending
Read More...
Attachment(s): CS.zip