Метод | Описание | |
---|---|---|
ApplyAsyncResponseFilter ( this ep, Func |
||
ApplyResponseFilter ( this ep, Func |
||
LimitRate ( this ep, int requestsPerSecond, int burstRequestsPerSecond ) : Endpoint |
public static ApplyAsyncResponseFilter ( this ep, Func |
||
ep | this | |
asyncFilter | Func |
|
Результат | Endpoint |
public static ApplyResponseFilter ( this ep, Func |
||
ep | this | |
filter | Func |
|
Результат | Endpoint |
public static LimitRate ( this ep, int requestsPerSecond, int burstRequestsPerSecond ) : Endpoint | ||
ep | this | |
requestsPerSecond | int | |
burstRequestsPerSecond | int | |
Результат | Endpoint |