Udostępnij za pośrednictwem


SecurityMessageProperty.CreateCopy Metoda

Definicja

Klonuje bieżące wystąpienie tej klasy.

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

Zwraca

IMessageProperty

IMessagePropertySklonowano z bieżącego wystąpienia tej klasy.

Implementuje

Uwagi

Aby uzyskać dostęp do dowolnych obiektów w SecurityMessageProperty , takich jak ServiceSecurityContext , TransportToken lub IncomingSupportingTokens ), należy utworzyć kopię, ponieważ te właściwości są niezdefiniowane po usunięciu komunikatu.

Dotyczy