HttpRequestMessageProperty.IMessageProperty.CreateCopy Method

Definition

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

Returns

A IMessageProperty object that represents a copy of the current object.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the HttpRequestMessageProperty instance is cast to an IMessageProperty interface.

Applies to