The OAuthRequestToken type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add(String, UniValue) |
Adds the specified key and value to the UniValue.
(Inherited from UniValue.) |
![]() | Add(String, UniValue, UniValue) |
Adds the specified key and value to the UniValue.
(Inherited from UniValue.) |
![]() | Clone |
Creates a new object that is a copy of the current UniValue instance.
(Inherited from UniValue.) |
![]() | ContainsAttribute |
Determines whether the Attributes contains the specified key.
(Inherited from UniValue.) |
![]() | ContainsKey |
Determines whether the CollectionItems contains the specified key.
(Inherited from UniValue.) |
![]() | Equals(Object) |
Determines whether two object instances are equal.
(Inherited from UniValue.) |
![]() | Equals(String) |
Determines whether this instance and another specified String object have the same value.
(Inherited from UniValue.) |
![]() | Equals(UniValue) |
Determines whether two UniValue instances are equal.
(Inherited from UniValue.) |
![]() | Equals(String, StringComparison) |
Determines whether this string and a specified String object have the same value. A parameter specifies the culture, case, and sort rules used in the comparison.
(Inherited from UniValue.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAttributes |
Returns a collection of custom attributes for this instance of a component.
(Inherited from UniValue.) |
![]() | GetClassName |
Returns the class name of this instance of a component.
(Inherited from UniValue.) |
![]() | GetComponentName |
Returns the name of this instance of a component.
(Inherited from UniValue.) |
![]() | GetConverter |
Returns a type converter for this instance of a component.
(Inherited from UniValue.) |
![]() | GetDefaultEvent |
Returns the default event for this instance of a component.
(Inherited from UniValue.) |
![]() | GetDefaultProperty |
Returns the default property for this instance of a component.
(Inherited from UniValue.) |
![]() | GetEditor |
Returns an editor of the specified type for this instance of a component.
(Inherited from UniValue.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from UniValue.) |
![]() | GetEvents |
Returns the events for this instance of a component.
(Inherited from UniValue.) |
![]() | GetEvents( Attribute ) |
Returns the events for this instance of a component using the specified attribute array as a filter.
(Inherited from UniValue.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from UniValue.) |
![]() | GetList |
Returns an IList that can be bound to a data source from an object that does not implement an IList itself.
(Inherited from UniValue.) |
![]() | GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides RequestResult GetObjectData(SerializationInfo, StreamingContext).) |
![]() | GetProperties |
Returns the properties for this instance of a component.
(Inherited from UniValue.) |
![]() | GetProperties( Attribute ) |
Returns the properties for this instance of a component using the attribute array as a filter.
(Inherited from UniValue.) |
![]() | GetPropertyOwner |
Returns an object that contains the property described by the specified property descriptor.
(Inherited from UniValue.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetTypeCode |
Gets the underlying type code of the Data.
(Inherited from UniValue.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the value with the specified key from the UniValue.
(Inherited from UniValue.) |
![]() | ToBinary | (Inherited from UniValue.) |
![]() | ToBoolean |
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToByte |
Converts the value this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToChar |
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToDateTime |
Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToDecimal |
Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToDictionary |
Copies items of the UniValue to a new Dictionary<string, object>.
(Inherited from UniValue.) |
![]() | ToDouble |
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToInt16 |
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToInt32 |
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToInt64 |
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToNameValueCollection |
Copies items of the UniValue to a new NameValueCollection.
(Inherited from UniValue.) |
![]() | ToSByte |
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToSingle |
Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToString |
Returns the OAuthToken.
(Overrides UniValue ToString .) |
![]() | ToString(IFormatProvider) |
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToType |
Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToUInt16 |
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToUInt32 |
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.) |
![]() | ToUInt64 |
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.) |
See Also