C# 클래스 Ask3po.Web.Translation.WhisperTranslator

파일 보기 프로젝트 열기: randolpho/ask-3po 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RootUrl string
StealthUserAgent string
TranslationUrl string

공개 메소드들

메소드 설명
TranslatePhrase ( string sourceLang, string destinationLang, string phrase ) : string
Whisper ( string phrase ) : string

비공개 메소드들

메소드 설명
CookieJarMissingCookie ( ) : bool
FillCookieJar ( ) : void
GetRequest ( string url ) : HttpWebRequest
GetResponse ( HttpWebRequest request ) : HttpWebResponse
ParseResult ( string result ) : string
ReadResult ( HttpWebResponse response ) : string

메소드 상세

TranslatePhrase() 공개 메소드

public TranslatePhrase ( string sourceLang, string destinationLang, string phrase ) : string
sourceLang string
destinationLang string
phrase string
리턴 string

Whisper() 공개 메소드

public Whisper ( string phrase ) : string
phrase string
리턴 string

프로퍼티 상세

RootUrl 공개적으로 정적으로 프로퍼티

public static string RootUrl
리턴 string

StealthUserAgent 공개적으로 정적으로 프로퍼티

public static string StealthUserAgent
리턴 string

TranslationUrl 공개적으로 정적으로 프로퍼티

public static string TranslationUrl
리턴 string