Box.V2.Test.Integration.BoxFoldersManagerTestIntegration.GetFolder_LiveSession_ValidResponse_GzipCompression C# (CSharp) Method

GetFolder_LiveSession_ValidResponse_GzipCompression() private method

private GetFolder_LiveSession_ValidResponse_GzipCompression ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public async Task GetFolder_LiveSession_ValidResponse_GzipCompression()
        {
            var boxConfig = new BoxConfig(ClientId, ClientSecret, RedirectUri){AcceptEncoding = CompressionType.gzip};
            var boxClient = new BoxClient(boxConfig, _auth);
            await AssertFolderContents(boxClient);
        }