Creates a shallow copy of the current object.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Return Value
Type: ObjectA shallow copy of the current object.
Implements
ICloneable CloneRemarks
Method creates a copy of the current object, removes tokens, change the return address, query parameters and state.
Unfortunately, I made a mistake in architecture, so I had to make this method.
See Also