diff --git a/src/ReC.Client/ReCClient.cs b/src/ReC.Client/ReCClient.cs index 11a4713..e337664 100644 --- a/src/ReC.Client/ReCClient.cs +++ b/src/ReC.Client/ReCClient.cs @@ -493,8 +493,17 @@ namespace ReC.Client /// public enum ResultType { + /// + /// Returns both header and body. + /// Full, + /// + /// Returns only the header portion of the result. + /// OnlyHeader, + /// + /// Returns only the body portion of the result. + /// OnlyBody } } \ No newline at end of file