Extensions.GZipSerialize(ConversationReference) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Binary serializes ConversationReference using GZipStream.
public static string GZipSerialize (this Microsoft.Bot.Connector.ConversationReference conversationReference);
static member GZipSerialize : Microsoft.Bot.Connector.ConversationReference -> string
<Extension()>
Public Function GZipSerialize (conversationReference As ConversationReference) As String
Parameters
- conversationReference
- ConversationReference
The resumption cookie.
Returns
A Base64 encoded string.