DevForce Help Reference
InnerMessageEncoding Property


Gets or sets the inner encoder.
Syntax
'Declaration
 
<ConfigurationPropertyAttribute(Name="innerMessageEncoding", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
<DescriptionAttribute("Either 'binaryMessageEncoding' or 'textMessageEncoding' is allowed.")>
Public Property InnerMessageEncoding As String
'Usage
 
Dim instance As GZipMessageEncodingElement
Dim value As String
 
instance.InnerMessageEncoding = value
 
value = instance.InnerMessageEncoding
[ConfigurationProperty(Name="innerMessageEncoding", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[Description("Either 'binaryMessageEncoding' or 'textMessageEncoding' is allowed.")]
public string InnerMessageEncoding {get; set;}
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

GZipMessageEncodingElement Class
GZipMessageEncodingElement Members

Send Feedback