Aracılığıyla paylaş


ImpersonateOnSerializingReplyMessageProperty.TryGet Yöntem

Tanım

ImpersonateOnSerializingReplyMessageProperty Belirtilen iletiden veya ileti özelliklerinden özelliğini alır.

Aşırı Yüklemeler

TryGet(Message, ImpersonateOnSerializingReplyMessageProperty)

ImpersonateOnSerializingReplyMessageProperty Belirtilen iletiden özelliğini alır.

TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty)

ImpersonateOnSerializingReplyMessageProperty Belirtilen MessageProperties nesneden özelliğini alır.

TryGet(Message, ImpersonateOnSerializingReplyMessageProperty)

ImpersonateOnSerializingReplyMessageProperty Belirtilen iletiden özelliğini alır.

public:
 static bool TryGet(System::ServiceModel::Channels::Message ^ message, [Runtime::InteropServices::Out] System::ServiceModel::Security::ImpersonateOnSerializingReplyMessageProperty ^ % property);
public static bool TryGet (System.ServiceModel.Channels.Message message, out System.ServiceModel.Security.ImpersonateOnSerializingReplyMessageProperty property);
static member TryGet : System.ServiceModel.Channels.Message * ImpersonateOnSerializingReplyMessageProperty -> bool
Public Shared Function TryGet (message As Message, ByRef property As ImpersonateOnSerializingReplyMessageProperty) As Boolean

Parametreler

message
Message

Özelliğin ayıklandığı ileti.

property
ImpersonateOnSerializingReplyMessageProperty

Bu yöntem döndürdüğünde ImpersonateOnSerializingReplyMessageProperty , iletiden ayıklanan özelliği içerir.

Döndürülenler

trueImpersonateOnSerializingReplyMessageProperty özelliği bulunduysa; bulunamazsa, false.

Şunlara uygulanır

TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty)

ImpersonateOnSerializingReplyMessageProperty Belirtilen MessageProperties nesneden özelliğini alır.

public:
 static bool TryGet(System::ServiceModel::Channels::MessageProperties ^ properties, [Runtime::InteropServices::Out] System::ServiceModel::Security::ImpersonateOnSerializingReplyMessageProperty ^ % property);
public static bool TryGet (System.ServiceModel.Channels.MessageProperties properties, out System.ServiceModel.Security.ImpersonateOnSerializingReplyMessageProperty property);
static member TryGet : System.ServiceModel.Channels.MessageProperties * ImpersonateOnSerializingReplyMessageProperty -> bool
Public Shared Function TryGet (properties As MessageProperties, ByRef property As ImpersonateOnSerializingReplyMessageProperty) As Boolean

Parametreler

properties
MessageProperties

özelliğinin ayıklandığı ileti özellikleri nesnesi.

property
ImpersonateOnSerializingReplyMessageProperty

Bu yöntem döndürdüğünde ImpersonateOnSerializingReplyMessageProperty , iletiden ayıklanan özelliği içerir.

Döndürülenler

trueImpersonateOnSerializingReplyMessageProperty özelliği bulunduysa; bulunamazsa, false.

Şunlara uygulanır