C# Класс ServiceStack.WebRequestUtils

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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