C# 클래스 WPNest.Test.MockSessionProvider

상속: ISessionProvider
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
ClearSession ( ) : void
SetSession ( string transportUrl, string userId, string accessToken, System.DateTime accessTokenExpirationDate ) : void

메소드 상세

ClearSession() 공개 메소드

public ClearSession ( ) : void
리턴 void

SetSession() 공개 메소드

public SetSession ( string transportUrl, string userId, string accessToken, System.DateTime accessTokenExpirationDate ) : void
transportUrl string
userId string
accessToken string
accessTokenExpirationDate System.DateTime
리턴 void