C# 클래스 XWiki.Clients.XWikiClientFactory

Creates xwiki client instances.
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office

공개 메소드들

메소드 설명
CreateXWikiClient ( XWikiClientType clientType, String serverURL, String username, String password ) : IXWikiClient

Creates a new instance of a xwiki client.

메소드 상세

CreateXWikiClient() 공개 정적인 메소드

Creates a new instance of a xwiki client.
public static CreateXWikiClient ( XWikiClientType clientType, String serverURL, String username, String password ) : IXWikiClient
clientType XWikiClientType The protocol used by the client.
serverURL String The base url of the server.
username String The username used to authenticate.
password String The password used to authenticate.
리턴 IXWikiClient