C# 클래스 BridgeStack.StackClientFactory

Creates concrete instances of the StackClient.
파일 보기 프로젝트 열기: bevacqua/BridgeStack

공개 메소드들

메소드 설명
Create ( string appKey, string accessToken ) : IAuthorizedStackClient

Instantiates an AuthorizedStackClient using an access token.

Create ( string appKey ) : IStackClient

Instantiates an StackClient.

StackClientFactory ( )

Creates concrete instances of the StackClient.

비공개 메소드들

메소드 설명
InstancePlugins ( ) : StackClientPlugins

Creates a default instance of the plugin container for a StackClient.

메소드 상세

Create() 공개 메소드

Instantiates an AuthorizedStackClient using an access token.
public Create ( string appKey, string accessToken ) : IAuthorizedStackClient
appKey string The application's key. Grants a higher request quota.
accessToken string The user's access token. Grants authentication and access to methods which require that the application be acting on behalf of a user in order to be invoked.
리턴 IAuthorizedStackClient

Create() 공개 메소드

Instantiates an StackClient.
public Create ( string appKey ) : IStackClient
appKey string The application's key. Grants a higher request quota.
리턴 IStackClient

StackClientFactory() 공개 메소드

Creates concrete instances of the StackClient.
public StackClientFactory ( )