Property | Type | Description | |
---|---|---|---|
GetConnectionLimit | int | ||
GetMaxIdleTime | int |
Method | Description | |
---|---|---|
ForceCanonicalPathAndQuery ( |
||
PreserveStackTrace ( |
This method is used preserve the stacktrace used from clients that support async calls. This make sure that exceptions thrown during EndXXX methods has the orignal stacktrace that happen in the background thread.
|
|
Sleep ( int ms ) : void |
Method | Description | |
---|---|---|
GetConnectionLimit ( int clientConfigValue ) : int | ||
GetMaxIdleTime ( int clientConfigValue ) : int |
public static ForceCanonicalPathAndQuery ( |
||
uri | ||
return | void |
public static PreserveStackTrace ( |
||
exception | ||
return | void |