言語

HttpProtocolParams.GetContentCharset(IHttpParams) メソッド

定義

文字セットが明示的に指定されていない場合に、コンテンツ本文の書き込みに使用する既定の文字セットを返します。

[Android.Runtime.Register("getContentCharset", "(Lorg/apache/http/params/HttpParams;)Ljava/lang/String;", "")]
public static string? GetContentCharset(Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("getContentCharset", "(Lorg/apache/http/params/HttpParams;)Ljava/lang/String;", "")>]
static member GetContentCharset : Org.Apache.Http.Params.IHttpParams -> string

パラメーター

params
IHttpParams

返品

属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象