HttpResponseMessageProperty.IMessageProperty.CreateCopy 方法

定义

创建当前实例的新副本。

 virtual System::ServiceModel::Channels::IMessageProperty ^ System.ServiceModel.Channels.IMessageProperty.CreateCopy() = System::ServiceModel::Channels::IMessageProperty::CreateCopy;
System.ServiceModel.Channels.IMessageProperty IMessageProperty.CreateCopy ();
abstract member System.ServiceModel.Channels.IMessageProperty.CreateCopy : unit -> System.ServiceModel.Channels.IMessageProperty
override this.System.ServiceModel.Channels.IMessageProperty.CreateCopy : unit -> System.ServiceModel.Channels.IMessageProperty
Function CreateCopy () As IMessageProperty Implements IMessageProperty.CreateCopy

返回

新创建的当前实例的 IMessageProperty 类型的副本。

实现

注解

此成员是显式接口成员的实现。 它只能在 HttpResponseMessageProperty 实例被强制转换为 IMessageProperty 接口时使用。

适用于