Extensions.GZipSerialize(ResumptionCookie) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
Use ConversationReference.
を使用してGZipStreamバイナリ シリアル化しますResumptionCookie。
[System.Obsolete("Use ConversationReference.")]
public static string GZipSerialize (this Microsoft.Bot.Builder.Dialogs.ResumptionCookie resumptionCookie);
[<System.Obsolete("Use ConversationReference.")>]
static member GZipSerialize : Microsoft.Bot.Builder.Dialogs.ResumptionCookie -> string
<Extension()>
Public Function GZipSerialize (resumptionCookie As ResumptionCookie) As String
パラメーター
- resumptionCookie
- ResumptionCookie
再開 Cookie。
戻り値
Base64 でエンコードされた文字列。
- 属性