Method |
Description |
|
AddAuthInfo ( this client, string userName, string password, AuthenticationInfo authInfo ) : void |
|
|
AddBasicAuth ( this client, string userName, string password ) : void |
|
|
AddDigestAuth ( this client, string userName, string password, AuthenticationInfo authInfo ) : void |
|
|
CalculateMD5Hash ( string input ) : string |
|
|
CreateCustomException ( string uri, AuthenticationException ex ) : AuthenticationException |
|
|
ShouldAuthenticate ( Exception ex, string userName, string password ) : bool |
|
|
padNC ( int num ) : string |
|
|