As you know, WCF is Windows Communication Service and doesn't match the targets of .Net Core which is cross-platform. It was a just a question to know how can I handle the WCF services in .Net cor...
Saturday, 26 May 2018
In WCF, by using the MessageHeader attribute, you can add a soap header for messages:
[MessageContract]
public class SoapTest
{
&...
Thursday, 13 April 2017
There are 3 message exchange patterns (MEP) in the WCF: Request/Response, One Way and Duplex - I'm going to talk about the Duplex pattern in this post. In duplex pattern, Both the client...
Sunday, 25 August 2013