NET Logging Library
CurrentEncoding Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > WebserviceTarget Class : CurrentEncoding Property
The encoding. The default is UTF8
Syntax
<XmlIgnoreAttribute()>
Public Property CurrentEncoding As Encoding
Dim instance As WebserviceTarget
Dim value As Encoding
 
instance.CurrentEncoding = value
 
value = instance.CurrentEncoding
[XmlIgnore()]
public Encoding CurrentEncoding {get; set;}
[XmlIgnore()]
public:
property Encoding^ CurrentEncoding {
   Encoding^ get();
   void set (    Encoding^ value);
}
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

WebserviceTarget Class
WebserviceTarget Members