WCF-Xtensions Class Reference for Mono
MessageStatisticsBindingElement Class
Members 






This binding element reports the size of messages produced by the message encoder specified by the binding. It is used only for support purposes during development and may not be used in production systems.
Object Model
MessageStatisticsBindingElement Class
Syntax
'Declaration
 
Public Class MessageStatisticsBindingElement 
   Inherits System.ServiceModel.Channels.BindingElement
'Usage
 
Dim instance As MessageStatisticsBindingElement
public class MessageStatisticsBindingElement : System.ServiceModel.Channels.BindingElement 
public class MessageStatisticsBindingElement = class(System.ServiceModel.Channels.BindingElement)
public class MessageStatisticsBindingElement extends System.ServiceModel.Channels.BindingElement
public __gc class MessageStatisticsBindingElement : public System.ServiceModel.Channels.BindingElement 
public ref class MessageStatisticsBindingElement : public System.ServiceModel.Channels.BindingElement 
Remarks
The results reported by the MessageStatisticsBindingElement depend on the other binding elements specified by the binding and do not reflect the final size of the messages exchanged between the communicating sides.
Inheritance Hierarchy

System.Object
   System.ServiceModel.Channels.BindingElement
      Noemax.WCFX.Channels.MessageStatisticsBindingElement

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageStatisticsBindingElement Members
Noemax.WCFX.Channels Namespace

Send Feedback