RequestTokenSerializer.Write(BinaryWriter, RequestToken) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a Twitter request token as a series of bytes. Used by the Serialize(RequestToken) method.
public:
 static void Write(System::IO::BinaryWriter ^ writer, Microsoft::AspNetCore::Authentication::Twitter::RequestToken ^ token);
	public static void Write(System.IO.BinaryWriter writer, Microsoft.AspNetCore.Authentication.Twitter.RequestToken token);
	static member Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Authentication.Twitter.RequestToken -> unit
	Public Shared Sub Write (writer As BinaryWriter, token As RequestToken)
	Parameters
- writer
 - BinaryWriter
 
The writer to use in writing the token
- token
 - RequestToken
 
The token to write