Udostępnij za pośrednictwem


ImpersonateOnSerializingReplyMessageProperty.TryGet Metoda

Definicja

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ść.

property
ImpersonateOnSerializingReplyMessageProperty

Gdy ta metoda zostanie zwrócona, zawiera ImpersonateOnSerializingReplyMessageProperty właściwość wyodrębniona z komunikatu.

Zwraca

Boolean

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ść.

property
ImpersonateOnSerializingReplyMessageProperty

Gdy ta metoda zostanie zwrócona, zawiera ImpersonateOnSerializingReplyMessageProperty właściwość wyodrębniona z komunikatu.

Zwraca

Boolean

true jeśli właściwość została znaleziona ImpersonateOnSerializingReplyMessageProperty ; w przeciwnym razie false.

Dotyczy