IdeaBlade DevForce 2010 Help Reference
InnerMessageEncoding Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Wcf.Extensions Namespace > GZipMessageEncodingElement Class : InnerMessageEncoding Property



Gets or sets the inner encoder.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Either 'binaryMessageEncoding' or 'textMessageEncoding' is allowed.")>
<ConfigurationPropertyAttribute(Name="innerMessageEncoding", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property InnerMessageEncoding As String
Visual Basic (Usage)Copy Code
Dim instance As GZipMessageEncodingElement
Dim value As String
 
instance.InnerMessageEncoding = value
 
value = instance.InnerMessageEncoding
C# 
[DescriptionAttribute("Either 'binaryMessageEncoding' or 'textMessageEncoding' is allowed.")]
[ConfigurationPropertyAttribute(Name="innerMessageEncoding", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public string InnerMessageEncoding {get; set;}
C++/CLI 
[DescriptionAttribute("Either 'binaryMessageEncoding' or 'textMessageEncoding' is allowed.")]
[ConfigurationPropertyAttribute(Name="innerMessageEncoding", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property String^ InnerMessageEncoding {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.