C# 클래스 ServiceStack.WebHost.Endpoints.Tests.HttpErrorSyncTests

파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 메소드들

메소드 설명
CreateClient ( string baseUri = null ) : IRestClient

비공개 메소드들

메소드 설명
Assert404 ( WebServiceException webEx ) : void
Does_preserve_WebServiceException ( ) : void
OnTestFixtureSetUp ( ) : void
OnTestFixtureTearDown ( ) : void
PUT_returning_custom_403_Exception ( ) : void
PUT_throwing_custom_403_Exception ( ) : void
Return404Result_does_return_404_with_Empty_Response_Body ( ) : void
Return404_does_return_404 ( ) : void
Throw404Description_does_return_404_with_Custom_StatusDescription ( ) : void
Throw404_does_return_404 ( ) : void
ThrowCustom404_does_return_404 ( ) : void

메소드 상세

CreateClient() 공개 추상적인 메소드

public abstract CreateClient ( string baseUri = null ) : IRestClient
baseUri string
리턴 IRestClient