C# 클래스 tracm.Scs

파일 보기 프로젝트 열기: trms/tracm

공개 메소드들

메소드 설명
addContent ( string path ) : void
getContentMetadata ( string content_id ) : string
getDownloadQueue ( ) : List
getQueuedDownloadUrl ( string content_id ) : string
removeQueuedDownload ( string content_id, bool Downloaded ) : void

비공개 메소드들

메소드 설명
getData ( string postData ) : string

메소드 상세

addContent() 공개 정적인 메소드

public static addContent ( string path ) : void
path string
리턴 void

getContentMetadata() 공개 정적인 메소드

public static getContentMetadata ( string content_id ) : string
content_id string
리턴 string

getDownloadQueue() 공개 정적인 메소드

public static getDownloadQueue ( ) : List
리턴 List

getQueuedDownloadUrl() 공개 정적인 메소드

public static getQueuedDownloadUrl ( string content_id ) : string
content_id string
리턴 string

removeQueuedDownload() 공개 정적인 메소드

public static removeQueuedDownload ( string content_id, bool Downloaded ) : void
content_id string
Downloaded bool
리턴 void