RequestTokenSerializer.Read(BinaryReader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從一連串的位元組讀取 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
用於讀取語彙基元位元組的讀取器
傳回
語彙基元