ChannelProtectionRequirements.CreateInverse メソッド

定義

このクラスの新しいインスタンスを作成し、受信パーツと発信パーツを反転します。

public:
 System::ServiceModel::Security::ChannelProtectionRequirements ^ CreateInverse();
public System.ServiceModel.Security.ChannelProtectionRequirements CreateInverse();
member this.CreateInverse : unit -> System.ServiceModel.Security.ChannelProtectionRequirements
Public Function CreateInverse () As ChannelProtectionRequirements

返品

このクラスの新しいインスタンスで、受信パーツと発信パーツが逆になります。

注釈

このクラスの現在のインスタンスの受信部分は、新しいインスタンスの発信部分になります。 このクラスの現在のインスタンスの発信部分は、新しいインスタンスの受信部分になります。

適用対象