C# 클래스 o3o.GetOAuthForm

파일 보기 프로젝트 열기: zahndy/o3o 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
success bool

공개 메소드들

메소드 설명
Browserform_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void
GetOAuthForm ( string _CONSUMERKEY, string _CONSUMERSECRET ) : System

비공개 메소드들

메소드 설명
GetOAuthForm_Load ( object sender, EventArgs e ) : void

메소드 상세

Browserform_DocumentCompleted() 공개 메소드

public Browserform_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void
sender object
e WebBrowserDocumentCompletedEventArgs
리턴 void

GetOAuthForm() 공개 메소드

public GetOAuthForm ( string _CONSUMERKEY, string _CONSUMERSECRET ) : System
_CONSUMERKEY string
_CONSUMERSECRET string
리턴 System

프로퍼티 상세

success 공개적으로 프로퍼티

public bool success
리턴 bool