Table of Contents

Class SharedSettings

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
Shared settings.
public static class SharedSettings
Inheritance
SharedSettings
Inherited Members

Fields

Encoding

A UTF-8 encoding without BOM.
public static readonly Encoding Encoding

Field Value

Encoding

UserAgent

The shared user agent to be sent in Web requests.
public static readonly string UserAgent

Field Value

string

XmlReaderSettings

The shared XML reader settings.
public static readonly XmlReaderSettings XmlReaderSettings

Field Value

XmlReaderSettings