C# 클래스 System.Net.BasicClient
파일 보기
프로젝트 열기: gbarnett/shared-source-cli-2.0
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Authenticate ( string challenge, WebRequest webRequest, ICredentials credentials ) : Authorization |
|
|
PreAuthenticate ( WebRequest webRequest, ICredentials credentials ) : Authorization |
|
|
비공개 메소드들
메소드 |
설명 |
|
EncodingRightGetBytes ( string rawString ) : byte[] |
|
|
Lookup ( HttpWebRequest httpWebRequest, ICredentials credentials ) : Authorization |
|
|
메소드 상세
public Authenticate ( string challenge, WebRequest webRequest, ICredentials credentials ) : Authorization |
challenge |
string |
|
webRequest |
WebRequest |
|
credentials |
ICredentials |
|
리턴 |
Authorization |
|
public PreAuthenticate ( WebRequest webRequest, ICredentials credentials ) : Authorization |
webRequest |
WebRequest |
|
credentials |
ICredentials |
|
리턴 |
Authorization |
|