|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
This config is used in place of the `real' context configuration functionality. It's quick'n'easy and will do for now.
Field Summary | |
---|---|
bool | AddDefaultCharset |
int | ConnectionTimeout |
bool | ContentDigest |
string | CRLF |
string | DefaultType |
bool | HideExceptions |
bool | KeepAlive |
int | KeepAliveTimeout |
long | LimitRequestBody |
int | LimitRequestLine |
int | ListenQueueLength |
int | MaxKeepAliveRequests |
int | PathResolveCacheSize |
bool | SecurityExamineConnections |
string | ServerTag |
string | ServerVersion |
int | Timeout |
Constructor Summary | |
---|---|
WebConfig() Initializes a new instance of the WebConfig class. |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
public bool AddDefaultCharset
public int ConnectionTimeout
public bool ContentDigest
public string CRLF
public string DefaultType
public bool HideExceptions
public bool KeepAlive
public int KeepAliveTimeout
public long LimitRequestBody
public int LimitRequestLine
public int ListenQueueLength
public int MaxKeepAliveRequests
public int PathResolveCacheSize
public bool SecurityExamineConnections
public string ServerTag
public string ServerVersion
public int Timeout
Constructor Detail |
---|
public WebConfig()
Initializes a new instance of the WebConfig class.
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |