CallbackContextMessageProperty.CreateCopy Method

Definition

Creates a copy of the CallbackContextMessageProperty instance.

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

A copy of the CallbackContextMessageProperty instance.

Implements

Applies to