다음을 통해 공유


NetworkInterfaceMessageProperty.TryGet 메서드

정의

지정된 메시지 또는 메시지 속성 컬렉션에서 NetworkInterfaceMessageProperty를 가져오려고 합니다.

오버로드

TryGet(Message, NetworkInterfaceMessageProperty)

지정된 메시지의 속성에서 NetworkInterfaceMessageProperty를 가져오려고 합니다.

TryGet(MessageProperties, NetworkInterfaceMessageProperty)

지정된 메시지 속성 컬렉션에서 NetworkInterfaceMessageProperty를 가져오려고 합니다.

TryGet(Message, NetworkInterfaceMessageProperty)

지정된 메시지의 속성에서 NetworkInterfaceMessageProperty를 가져오려고 합니다.

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

매개 변수

message
Message

네트워크 인터페이스 메시지 속성이 검색되는 메시지입니다.

property
NetworkInterfaceMessageProperty

메서드는 networkInterfaceMessageProperty에 메시지와 연결되어 있는 NetworkInterfaceMessageProperty가 포함된 경우 true를 반환합니다.

반환

NetworkInterfaceMessageproperty의 값을 메시지에서 얻은 경우 true이고, 그렇지 않으면 false입니다.

적용 대상

TryGet(MessageProperties, NetworkInterfaceMessageProperty)

지정된 메시지 속성 컬렉션에서 NetworkInterfaceMessageProperty를 가져오려고 합니다.

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

매개 변수

properties
MessageProperties

네트워크 인터페이스 메시지 속성이 검색되는 MessageProperties입니다.

property
NetworkInterfaceMessageProperty

메서드는 networkInterfaceMessageProperty에 속성과 연결되어 있는 NetworkInterfaceMessageProperty가 포함된 경우 true를 반환합니다.

반환

속성에서 NetworkInterfaceMessageProperty 값을 얻은 경우 true이고, 그렇지 않으면 false입니다.

적용 대상