Method | Description | |
---|---|---|
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 |
|
return | Endpoint |
public static ApplyResponseFilter ( this ep, Func |
||
ep | this | |
filter | Func |
|
return | Endpoint |
public static LimitRate ( this ep, int requestsPerSecond, int burstRequestsPerSecond ) : Endpoint | ||
ep | this | |
requestsPerSecond | int | |
burstRequestsPerSecond | int | |
return | Endpoint |