HttpStatus.ScSwitchingProtocols Campo
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.
Cuidado
Use 'Org.Apache.Http.IHttpStatus.ScSwitchingProtocols'. This class will be removed in a future release.
101 Switching Protocols
(HTTP/1.
[Android.Runtime.Register("SC_SWITCHING_PROTOCOLS")]
[System.Obsolete("Use 'Org.Apache.Http.IHttpStatus.ScSwitchingProtocols'. This class will be removed in a future release.")]
public const int ScSwitchingProtocols = 101;
[<Android.Runtime.Register("SC_SWITCHING_PROTOCOLS")>]
[<System.Obsolete("Use 'Org.Apache.Http.IHttpStatus.ScSwitchingProtocols'. This class will be removed in a future release.")>]
val mutable ScSwitchingProtocols : int
Valor do campo
Value = 101- 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.