次の方法で共有


RequestTokenSerializer.Read(BinaryReader) メソッド

定義

一連のバイトから Twitter の要求トークンを読み取ります。 メソッドで使用されます Deserialize(Byte[])

public:
 static Microsoft::AspNetCore::Authentication::Twitter::RequestToken ^ Read(System::IO::BinaryReader ^ reader);
public static Microsoft.AspNetCore.Authentication.Twitter.RequestToken Read (System.IO.BinaryReader reader);
public static Microsoft.AspNetCore.Authentication.Twitter.RequestToken? Read (System.IO.BinaryReader reader);
static member Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Authentication.Twitter.RequestToken
Public Shared Function Read (reader As BinaryReader) As RequestToken

パラメーター

reader
BinaryReader

トークンのバイトの読み取りに使用するリーダー

戻り値

トークン

適用対象