soumen de

soumen de

  • NA
  • 10
  • 0

MEP (Message Encryption Pattern) IsOneWay in WCF

Apr 16 2009 2:24 AM
Since we know that the following code:
 [OperationContract(IsOneWay=true)]
 string GetData(int value);

is wrong why the compiler shows build error. Why error @ runtime?

Soumen, India