Méthode | Description | |
---|---|---|
RestRequestWithCache ( CacheStyle cacheStyle ) : RestSharp | ||
RestRequestWithCache ( string resource, CacheStyle cacheStyle ) : RestSharp | ||
RestRequestWithCache ( string resource, Method method, CacheStyle cacheStyle = CacheStyle.None ) : RestSharp |
public RestRequestWithCache ( CacheStyle cacheStyle ) : RestSharp | ||
cacheStyle | CacheStyle | |
Résultat | RestSharp |
public RestRequestWithCache ( string resource, CacheStyle cacheStyle ) : RestSharp | ||
resource | string | |
cacheStyle | CacheStyle | |
Résultat | RestSharp |
public RestRequestWithCache ( string resource, Method method, CacheStyle cacheStyle = CacheStyle.None ) : RestSharp | ||
resource | string | |
method | Method | |
cacheStyle | CacheStyle | |
Résultat | RestSharp |