C# 클래스 Junior.Route.Http.RequestHeaders.DigestProxyAuthorizationHeader

파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
Parse ( string headerValue ) : DigestProxyAuthorizationHeader

비공개 메소드들

메소드 설명
DigestProxyAuthorizationHeader ( string authScheme, string username, string realm, string nonce, Uri digestUri, string response, string algorithm, string cnonce, string opaque, string messageQop, string nonceCount ) : System

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string headerValue ) : DigestProxyAuthorizationHeader
headerValue string
리턴 DigestProxyAuthorizationHeader