다음을 통해 공유


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로 인코딩된 문자열입니다.

특성

적용 대상