RequestTokenSerializer.Read Method (BinaryReader)
Reads a Twitter request token from a series of bytes. Used by the Deserialize method.
Namespace: Microsoft.Owin.Security.Twitter.Messages
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public static RequestToken Read(
BinaryReader reader
)
public:
static RequestToken^ Read(
BinaryReader^ reader
)
static member Read :
reader:BinaryReader -> RequestToken
Public Shared Function Read (
reader As BinaryReader
) As RequestToken
Parameters
reader
Type: System.IO.BinaryReaderThe reader to use in reading the token bytes
Return Value
Type: Microsoft.Owin.Security.Twitter.Messages.RequestToken
The token
See Also
RequestTokenSerializer Class
Microsoft.Owin.Security.Twitter.Messages Namespace
Return to top