ContextMessageProperty.CreateCopy Method

Definition

Creates a copy of the current instance of ContextMessageProperty.

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

Returns

The IMessageProperty that contains a sealed copy of the current instance of ContextMessageProperty.

Implements

Applies to