C# Class PluralsightDownloader.Web.Constants

Mostra file Open project: Ebram-Tharwat/CSharp-Pluralsight-Downloader

Public Properties

Property Type Description
AUTH_COOKIE string
BASE_URL string
CLIP_DOWNLOAD_SPEED_MULTIPLIER int
COURSE_CLIP_DATA_URL string
COURSE_CONTENT_DATA_URL string
COURSE_DATA_URL string
COURSE_EXERCISE_FILES_URL string
COURSE_PAYLOAD_DATA_URL string
COURSE_RETRIEVE_URL string
COURSE_TRANSCRIPT_URL string
DOWNLOAD_FOLDER_PATH string
LOGIN_URL string
PASSWORD string
SUBTITLES bool
USER_NAME string

Property Details

AUTH_COOKIE public_oe static_oe property

public static string AUTH_COOKIE
return string

BASE_URL public_oe static_oe property

public static string BASE_URL
return string

CLIP_DOWNLOAD_SPEED_MULTIPLIER public_oe static_oe property

public static int CLIP_DOWNLOAD_SPEED_MULTIPLIER
return int

COURSE_CLIP_DATA_URL public_oe static_oe property

public static string COURSE_CLIP_DATA_URL
return string

COURSE_CONTENT_DATA_URL public_oe static_oe property

public static string COURSE_CONTENT_DATA_URL
return string

COURSE_DATA_URL public_oe static_oe property

public static string COURSE_DATA_URL
return string

COURSE_EXERCISE_FILES_URL public_oe static_oe property

public static string COURSE_EXERCISE_FILES_URL
return string

COURSE_PAYLOAD_DATA_URL public_oe static_oe property

public static string COURSE_PAYLOAD_DATA_URL
return string

COURSE_RETRIEVE_URL public_oe static_oe property

public static string COURSE_RETRIEVE_URL
return string

COURSE_TRANSCRIPT_URL public_oe static_oe property

public static string COURSE_TRANSCRIPT_URL
return string

DOWNLOAD_FOLDER_PATH public_oe static_oe property

public static string DOWNLOAD_FOLDER_PATH
return string

LOGIN_URL public_oe static_oe property

public static string LOGIN_URL
return string

PASSWORD public_oe static_oe property

public static string PASSWORD
return string

SUBTITLES public_oe static_oe property

public static bool SUBTITLES
return bool

USER_NAME public_oe static_oe property

public static string USER_NAME
return string