HttpRequestMessageProperty.IMessageProperty.CreateCopy 方法

定义

创建并返回当前对象的一个副本。Creates and returns a copy of the current object.

 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

一个 IMessageProperty 对象,该对象表示当前对象的副本。A IMessageProperty object that represents a copy of the current object.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 HttpRequestMessageProperty 实例被强制转换为 IMessageProperty 接口时使用。It can be used only when the HttpRequestMessageProperty instance is cast to an IMessageProperty interface.

适用于