C# Class Junior.Route.Http.RequestHeaders.DigestProxyAuthorizationHeader

Afficher le fichier Open project: nathan-alden/junior-route

Méthodes publiques

Méthode Description
Parse ( string headerValue ) : DigestProxyAuthorizationHeader

Private Methods

Méthode Description
DigestProxyAuthorizationHeader ( string authScheme, string username, string realm, string nonce, Uri digestUri, string response, string algorithm, string cnonce, string opaque, string messageQop, string nonceCount ) : System

Method Details

Parse() public static méthode

public static Parse ( string headerValue ) : DigestProxyAuthorizationHeader
headerValue string
Résultat DigestProxyAuthorizationHeader