RFC2109Spec.FormatCookieAsVer(CharArrayBuffer, ICookie, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Android.Runtime.Register("formatCookieAsVer", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/cookie/Cookie;I)V", "GetFormatCookieAsVer_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_cookie_Cookie_IHandler")]
protected virtual void FormatCookieAsVer (Org.Apache.Http.Util.CharArrayBuffer? buffer, Org.Apache.Http.Cookies.ICookie? cookie, int version);
[<Android.Runtime.Register("formatCookieAsVer", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/cookie/Cookie;I)V", "GetFormatCookieAsVer_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_cookie_Cookie_IHandler")>]
abstract member FormatCookieAsVer : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.Cookies.ICookie * int -> unit
override this.FormatCookieAsVer : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.Cookies.ICookie * int -> unit
Parâmetros
- buffer
- CharArrayBuffer
- cookie
- ICookie
- version
- Int32
- Atributos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.