Condividi tramite


QueueHttpResponseParsers.GetPopReceipt(HttpResponseMessage) Method

Definition

Extracts the pop receipt from a web response header.

public static string GetPopReceipt (System.Net.Http.HttpResponseMessage response);
static member GetPopReceipt : System.Net.Http.HttpResponseMessage -> string
Public Shared Function GetPopReceipt (response As HttpResponseMessage) As String

Parameters

response
HttpResponseMessage

The web response.

Returns

The pop receipt stored in the header of the response.

Applies to