次の方法で共有


WebBodyFormatMessageProperty(WebContentFormat) コンストラクター

定義

指定した形式を使用して、WebBodyFormatMessageProperty クラスの新しいインスタンスを初期化します。

public:
 WebBodyFormatMessageProperty(System::ServiceModel::Channels::WebContentFormat format);
public WebBodyFormatMessageProperty (System.ServiceModel.Channels.WebContentFormat format);
new System.ServiceModel.Channels.WebBodyFormatMessageProperty : System.ServiceModel.Channels.WebContentFormat -> System.ServiceModel.Channels.WebBodyFormatMessageProperty
Public Sub New (format As WebContentFormat)

パラメーター

format
WebContentFormat

メッセージ本文の WebContentFormat

例外

コンストラクターでは、形式は Default 値に設定できません。

適用対象