BasicClientCookie.Path Propriedade

Definição

Obtém ou define o escopo do caminho da solicitação para este cookie.

public virtual string? Path { [Android.Runtime.Register("getPath", "()Ljava/lang/String;", "GetGetPathHandler")] get; [Android.Runtime.Register("setPath", "(Ljava/lang/String;)V", "GetSetPath_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getPath", "()Ljava/lang/String;", "GetGetPathHandler")>]
[<set: Android.Runtime.Register("setPath", "(Ljava/lang/String;)V", "GetSetPath_Ljava_lang_String_Handler")>]
member this.Path : string with get, set

Valor da propriedade

O escopo do caminho ou nulo quando nenhum atributo Path foi atribuído.

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a