AsyncWcfLib

WcfExtensionMethods Members

WcfExtensionMethods overview

Public Static Methods

On{T}Execute code, when message type matches the template parameter. Used to add lambda expressions, e.g.rsp.On<WcfIdleMessage>(idle => {do something with idle message 'idle'}) .On<WcfErrorMessage>(err => {do something with error message 'err'})

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

WcfExtensionMethods Class | SourceForge.AsyncWcfLib Namespace