다음을 통해 공유


ImpersonateOnSerializingReplyMessageProperty.TryGet 메서드

정의

지정된 메시지 또는 메시지 속성에서 ImpersonateOnSerializingReplyMessageProperty 속성을 가져옵니다.

오버로드

TryGet(Message, ImpersonateOnSerializingReplyMessageProperty)

지정한 메시지에서 ImpersonateOnSerializingReplyMessageProperty 속성을 가져옵니다.

TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty)

지정한 ImpersonateOnSerializingReplyMessageProperty 개체에서 MessageProperties 속성을 가져옵니다.

TryGet(Message, ImpersonateOnSerializingReplyMessageProperty)

지정한 메시지에서 ImpersonateOnSerializingReplyMessageProperty 속성을 가져옵니다.

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

매개 변수

message
Message

속성을 추출할 메시지입니다.

property
ImpersonateOnSerializingReplyMessageProperty

이 메서드가 반환될 때 메서드에서 추출된 ImpersonateOnSerializingReplyMessageProperty 속성을 포함합니다.

반환

Boolean

true if the ImpersonateOnSerializingReplyMessageProperty property was found; otherwise, false.

적용 대상

TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty)

지정한 ImpersonateOnSerializingReplyMessageProperty 개체에서 MessageProperties 속성을 가져옵니다.

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

매개 변수

properties
MessageProperties

속성을 추출할 메시지 속성 개체입니다.

property
ImpersonateOnSerializingReplyMessageProperty

이 메서드가 반환될 때 메서드에서 추출된 ImpersonateOnSerializingReplyMessageProperty 속성을 포함합니다.

반환

Boolean

true if the ImpersonateOnSerializingReplyMessageProperty property was found; otherwise, false.

적용 대상