ImpersonateOnSerializingReplyMessageProperty.TryGet Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
ImpersonateOnSerializingReplyMessageProperty Pobiera właściwość z określonych właściwości komunikatu lub komunikatu.
Przeciążenia
TryGet(Message, ImpersonateOnSerializingReplyMessageProperty) |
ImpersonateOnSerializingReplyMessageProperty Pobiera właściwość z określonego komunikatu. |
TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty) |
ImpersonateOnSerializingReplyMessageProperty Pobiera właściwość z określonego MessageProperties obiektu. |
TryGet(Message, ImpersonateOnSerializingReplyMessageProperty)
ImpersonateOnSerializingReplyMessageProperty Pobiera właściwość z określonego komunikatu.
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
Parametry
- message
- Message
Komunikat, z którego ma wyodrębnić właściwość.
Gdy ta metoda zostanie zwrócona, zawiera ImpersonateOnSerializingReplyMessageProperty właściwość wyodrębniona z komunikatu.
Zwraca
true
jeśli właściwość została znaleziona ImpersonateOnSerializingReplyMessageProperty ; w przeciwnym razie false
.
Dotyczy
TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty)
ImpersonateOnSerializingReplyMessageProperty Pobiera właściwość z określonego MessageProperties obiektu.
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
Parametry
- properties
- MessageProperties
Obiekt właściwości komunikatu, z którego ma wyodrębnić właściwość.
Gdy ta metoda zostanie zwrócona, zawiera ImpersonateOnSerializingReplyMessageProperty właściwość wyodrębniona z komunikatu.
Zwraca
true
jeśli właściwość została znaleziona ImpersonateOnSerializingReplyMessageProperty ; w przeciwnym razie false
.