C# 클래스 ServiceStack.WebRequestUtils

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

공개 메소드들

메소드 설명
GetErrorResponseDtoType ( object request ) : Type
GetResponseDtoName ( object request ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

GetErrorResponseDtoType() 공개 정적인 메소드

public static GetErrorResponseDtoType ( object request ) : Type
request object
리턴 System.Type

GetResponseDtoName() 공개 정적인 메소드

public static GetResponseDtoName ( object request ) : string
request object
리턴 string