Extensions.GZipSerialize(ResumptionCookie) メソッド

定義

注意事項

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

再開クッキー。

返品

Base64でエンコードされた文字列です。

属性

適用対象