Show / Hide Table of Contents

Class Response

Inheritance
System.Object
Response
AccountDataResponse
AccountResponse
AssetResponse
ClaimableBalanceResponse
EffectResponse
FeeStatsResponse
LedgerResponse
LiquidityPoolResponse
OfferResponse
OperationResponse
Page<T>
PathResponse
RootResponse
SubmitTransactionResponse
TradeAggregationResponse
TradeResponse
TransactionResponse
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public abstract class Response : object

Properties

RateLimitLimit

Declaration
protected int RateLimitLimit { get; }
Property Value
System.Int32

RateLimitRemaining

Declaration
protected int RateLimitRemaining { get; }
Property Value
System.Int32

RateLimitReset

Declaration
protected int RateLimitReset { get; }
Property Value
System.Int32

Methods

SetHeaders(HttpResponseHeaders)

Declaration
public void SetHeaders(HttpResponseHeaders headers)
Parameters
Type Name Description
HttpResponseHeaders headers
Back to top Generated by DocFX