WCF-Xtensions Class Reference for Mono
FastInfosetWriterProfile Enumeration






Represents the XmlFastInfosetWriterProfile enumeration in WCF configuration."
Syntax
'Declaration
 
Public Enum FastInfosetWriterProfile 
   Inherits System.Enum
'Usage
 
Dim instance As FastInfosetWriterProfile
public enum FastInfosetWriterProfile : System.Enum 
public enum FastInfosetWriterProfile = class(System.Enum)
public enum FastInfosetWriterProfile extends System.Enum
__value public enum FastInfosetWriterProfile : public System.Enum 
public enum class FastInfosetWriterProfile : public System.Enum 
Members
MemberDescription
BasicThe Basic profile usually provides the highest processing performance. It is set to use the Binary representation whenever available.
CompactThe Compact profile usually provides the highest compactness.It is set to use the Restricted Alphabet representation whenever available.
LiteralEncodes values in a UTF-8 text string format. Provides interoperability with Fast Infoset implementations that only support the Literal representation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.WCFX.Channels.FastInfosetWriterProfile

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

Noemax.WCFX.Channels Namespace

Send Feedback