 | AccountsParametersOauthTimestamp Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Note: This API is now obsolete.
Gets or sets the date and time of the request, in epoch time. Must be accurate within five minutes.
Namespace: ETradeNet.AccountsAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax[ObsoleteAttribute("Use Authorization header instead.")]
public Nullable<long> OauthTimestamp { get; set; }
<ObsoleteAttribute("Use Authorization header instead.")>
Public Property OauthTimestamp As Nullable(Of Long)
Get
Set
public:
[ObsoleteAttribute(L"Use Authorization header instead.")]
property Nullable<long long> OauthTimestamp {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
[<ObsoleteAttribute("Use Authorization header instead.")>]
member OauthTimestamp : Nullable<int64> with get, set
Property Value
Type:
NullableInt64The date and time of the request, in epoch time. Must be accurate within five minutes. Deprecated; use Authorization header instead.
See Also