C# 클래스 KeePass.Sources.Web.WebUtils

파일 보기 프로젝트 열기: gkardava/WinPass 1 사용 예제들

공개 메소드들

메소드 설명
CreateCredentials ( string user, string password, string domain ) : NetworkCredential
Deserialize ( string info ) : KeePass.Sources.Web.WebUrlInfo
Download ( string url, ICredentials credentials, Action report ) : void
Serialize ( WebRequest request ) : string

메소드 상세

CreateCredentials() 공개 정적인 메소드

public static CreateCredentials ( string user, string password, string domain ) : NetworkCredential
user string
password string
domain string
리턴 System.Net.NetworkCredential

Deserialize() 공개 정적인 메소드

public static Deserialize ( string info ) : KeePass.Sources.Web.WebUrlInfo
info string
리턴 KeePass.Sources.Web.WebUrlInfo

Download() 공개 정적인 메소드

public static Download ( string url, ICredentials credentials, Action report ) : void
url string
credentials ICredentials
report Action
리턴 void

Serialize() 공개 정적인 메소드

public static Serialize ( WebRequest request ) : string
request System.Net.WebRequest
리턴 string