Class RateLimit
Inheritance
System.Object
RateLimit
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TwitterSharp.Response
Assembly: TwitterSharp.dll
Syntax
public class RateLimit
Constructors
| Improve this Doc View SourceRateLimit(Endpoint)
Declaration
public RateLimit(Endpoint endpoint)
Parameters
Type | Name | Description |
---|---|---|
Endpoint | endpoint |
Properties
| Improve this Doc View SourceEndpoint
Declaration
public Endpoint Endpoint { get; set; }
Property Value
Type | Description |
---|---|
Endpoint |
Limit
Declaration
public int Limit { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remaining
Declaration
public int Remaining { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Reset
Declaration
public int Reset { get; }
Property Value
Type | Description |
---|---|
System.Int32 |