C# 클래스 m.Http.EndpointHelper

파일 보기 프로젝트 열기: joongonn/mHttp

공개 메소드들

메소드 설명
ApplyAsyncResponseFilter ( this ep, Func asyncFilter ) : Endpoint
ApplyResponseFilter ( this ep, Func filter ) : Endpoint
LimitRate ( this ep, int requestsPerSecond, int burstRequestsPerSecond ) : Endpoint

메소드 상세

ApplyAsyncResponseFilter() 공개 정적인 메소드

public static ApplyAsyncResponseFilter ( this ep, Func asyncFilter ) : Endpoint
ep this
asyncFilter Func
리턴 Endpoint

ApplyResponseFilter() 공개 정적인 메소드

public static ApplyResponseFilter ( this ep, Func filter ) : Endpoint
ep this
filter Func
리턴 Endpoint

LimitRate() 공개 정적인 메소드

public static LimitRate ( this ep, int requestsPerSecond, int burstRequestsPerSecond ) : Endpoint
ep this
requestsPerSecond int
burstRequestsPerSecond int
리턴 Endpoint