ChunkingCookieManager.GetRequestCookie(IOwinContext, String) Método

Definición

Obtiene la cookie que se ha vuelto a ensamblar. Las cookies no fragmentadas se devuelven del modo habitual. Las cookies con fragmentos que faltan solo tienen el encabezado "fragmentos-XX" devuelto.

public:
 virtual System::String ^ GetRequestCookie(Microsoft::Owin::IOwinContext ^ context, System::String ^ key);
public string GetRequestCookie (Microsoft.Owin.IOwinContext context, string key);
abstract member GetRequestCookie : Microsoft.Owin.IOwinContext * string -> string
override this.GetRequestCookie : Microsoft.Owin.IOwinContext * string -> string
Public Function GetRequestCookie (context As IOwinContext, key As String) As String

Parámetros

context
Microsoft.Owin.IOwinContext
key
String

Devoluciones

String

Cookie que se ha vuelto a ensamblar, si la hay, o null.

Implementaciones

Microsoft.Owin.Infrastructure.ICookieManager.GetRequestCookie(Microsoft.Owin.IOwinContext,System.String)

Se aplica a