Main Content

getParameter

クラス: matlab.net.http.AuthInfo
名前空間: matlab.net.http

AuthInfo パラメーターの戻り値

説明

value = getParameter(authinfo,name) はパラメーター name の値を返します。パラメーターが存在しない場合、getParameter は空 ([]) を返します。

入力引数

すべて展開する

AuthInfo。matlab.net.http.AuthInfo オブジェクトとして指定します。authinfo が非スカラーの場合、valueauthinfo と同じサイズと形状をもつ値の cell 配列です。

パラメーター名。string または文字ベクトルとして指定します。名前の一致の判定では大文字小文字が区別されます。name'Scheme' の場合、getParameterScheme プロパティの値を返します。

バージョン履歴

R2016b で導入