C# 클래스 Sitecore.Linqpad.Server.SitecoreConnectionManager

상속: ISitecoreConnectionManager
파일 보기 프로젝트 열기: adamconn/sitecore-linqpad 1 사용 예제들

공개 메소드들

메소드 설명
GetSitecoreConfig ( ) : ServerResponse
GetSitecoreVersion ( ) : ServerResponse
SitecoreConnectionManager ( ISitecoreConnectionSettings model ) : System
SitecoreConnectionManager ( ISitecoreConnectionSettings model, CookieAwareWebClient client ) : System
TestConnection ( ) : ServerResponse

보호된 메소드들

메소드 설명
DoLogin ( ) : bool
DoLogout ( ) : void
GetFieldsFromLoginForm ( ) : NameValueCollection

메소드 상세

DoLogin() 보호된 메소드

protected DoLogin ( ) : bool
리턴 bool

DoLogout() 보호된 메소드

protected DoLogout ( ) : void
리턴 void

GetFieldsFromLoginForm() 보호된 메소드

protected GetFieldsFromLoginForm ( ) : NameValueCollection
리턴 System.Collections.Specialized.NameValueCollection

GetSitecoreConfig() 공개 메소드

public GetSitecoreConfig ( ) : ServerResponse
리턴 ServerResponse

GetSitecoreVersion() 공개 메소드

public GetSitecoreVersion ( ) : ServerResponse
리턴 ServerResponse

SitecoreConnectionManager() 공개 메소드

public SitecoreConnectionManager ( ISitecoreConnectionSettings model ) : System
model ISitecoreConnectionSettings
리턴 System

SitecoreConnectionManager() 공개 메소드

public SitecoreConnectionManager ( ISitecoreConnectionSettings model, CookieAwareWebClient client ) : System
model ISitecoreConnectionSettings
client CookieAwareWebClient
리턴 System

TestConnection() 공개 메소드

public TestConnection ( ) : ServerResponse
리턴 ServerResponse