struct CCL::Web::IWebFileClient::ServerInfo

Server information.

#include <iwebfileclient.h>

struct ServerInfo
{
    // enums

    enum Flags;

    // fields

    int64 bytesTotal;
    int64 bytesFree;
    int64 maxContentLength;
    int flags;
};