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 编码的字符串。
- 属性