Wednesday, August 23, 2017

WCF Terminology


  • InstanceContextMode
PerSession
PerCall
Single

  • SessionMode
Allowed
NotAllowed
Required

  • ConcurrencyMode
Single
Multiple
Reentrant

  • WCF Throrrling
 maxConcurrentCalls
        maxConcurrentInstance
        maxConcurrentSessions
  • Message Protection  ( ProtectionLevel )
None
Sign
SignAndEncrypt


No comments: