WCF-Xtensions Class Reference for Mono
EnvelopeBehaviorAttribute Class
Members 






Specifies that EnvelopeBehavior is going to be applied to the service operation.
Object Model
EnvelopeBehaviorAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Method, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class EnvelopeBehaviorAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As EnvelopeBehaviorAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public class EnvelopeBehaviorAttribute : System.Attribute 
public class EnvelopeBehaviorAttribute = class(System.Attribute)
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Method, 
   AllowMultiple=, 
   Inherited=)
public class EnvelopeBehaviorAttribute extends System.Attribute
[System.AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc class EnvelopeBehaviorAttribute : public System.Attribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class EnvelopeBehaviorAttribute : public System.Attribute 
Remarks
This class is not available in Silverlight 4, Silverlight 3, .NET Compact Framework 3.5.
Inheritance Hierarchy

System.Object
   System.Attribute
      Noemax.WCFX.Behaviors.EnvelopeBehaviorAttribute

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

EnvelopeBehaviorAttribute Members
Noemax.WCFX.Behaviors Namespace

Send Feedback