C# 클래스 BoxKite.Twitter.DesktopPlatformAdaptor

상속: IPlatformAdaptor
파일 보기 프로젝트 열기: nickhodge/BoxKite.Twitter 1 사용 예제들

공개 메소드들

메소드 설명
AssignKey ( byte key ) : void
AuthWithBroker ( string authuri, string callbackuri ) : Task
ComputeHash ( byte buffer ) : byte[]
DisplayAuthInBrowser ( string u ) : void

메소드 상세

AssignKey() 공개 메소드

public AssignKey ( byte key ) : void
key byte
리턴 void

AuthWithBroker() 공개 메소드

public AuthWithBroker ( string authuri, string callbackuri ) : Task
authuri string
callbackuri string
리턴 Task

ComputeHash() 공개 메소드

public ComputeHash ( byte buffer ) : byte[]
buffer byte
리턴 byte[]

DisplayAuthInBrowser() 공개 메소드

public DisplayAuthInBrowser ( string u ) : void
u string
리턴 void