Class CurlLogOptions
Inheritance
CurlLogOptions
Assembly: Glitch9.IO.dll
Syntax
[Serializable]
public sealed class CurlLogOptions
Properties
|
Edit this page
View Source
All
Declaration
public static CurlLogOptions All { get; }
Property Value
|
Edit this page
View Source
Default
Declaration
public static CurlLogOptions Default { get; }
Property Value
|
Edit this page
View Source
None
Declaration
public static CurlLogOptions None { get; }
Property Value
|
Edit this page
View Source
RequestInfo
Declaration
public bool RequestInfo { get; set; }
Property Value
|
Edit this page
View Source
ResponseInfo
Declaration
public bool ResponseInfo { get; set; }
Property Value
|
Edit this page
View Source
StreamingFrames
Declaration
public bool StreamingFrames { get; set; }
Property Value
Extension Methods