C# 클래스 Ramone.Implementation.RamoneService

상속: IService
파일 보기 프로젝트 열기: JornWildt/Ramone 1 사용 예제들

공개 메소드들

메소드 설명
AlwaysAccept ( MediaType accept, double q = null ) : IService
CopyRedirect ( ISession session ) : void
GetAllowedRedirects ( int responseCode ) : int
NewSession ( ) : ISession
RamoneService ( Uri baseUri ) : System
SetAllowedRedirects ( int responseCode, int redirectCount ) : void

메소드 상세

AlwaysAccept() 공개 메소드

public AlwaysAccept ( MediaType accept, double q = null ) : IService
accept MediaType
q double
리턴 IService

CopyRedirect() 공개 메소드

public CopyRedirect ( ISession session ) : void
session ISession
리턴 void

GetAllowedRedirects() 공개 메소드

public GetAllowedRedirects ( int responseCode ) : int
responseCode int
리턴 int

NewSession() 공개 메소드

public NewSession ( ) : ISession
리턴 ISession

RamoneService() 공개 메소드

public RamoneService ( Uri baseUri ) : System
baseUri Uri
리턴 System

SetAllowedRedirects() 공개 메소드

public SetAllowedRedirects ( int responseCode, int redirectCount ) : void
responseCode int
redirectCount int
리턴 void