MetadataExchangeBindings.CreateMexHttpBinding メソッド

定義

セキュリティが無効になっている WSHttpBinding を返します。

public:
 static System::ServiceModel::Channels::Binding ^ CreateMexHttpBinding();
public static System.ServiceModel.Channels.Binding CreateMexHttpBinding();
static member CreateMexHttpBinding : unit -> System.ServiceModel.Channels.Binding
Public Shared Function CreateMexHttpBinding () As Binding

返品

セキュリティが無効になっている WSHttpBinding

注釈

ほとんどのメタデータ要求をサポートするバインディングを返すには、 CreateMexHttpBinding メソッドを使用します。

適用対象