次の方法で共有


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

メソッドが true を返した場合、networkInterfaceMessageProperty にはメッセージと関連付けられている NetworkInterfaceMessageProperty が含まれます。

戻り値

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

メソッドが true を返した場合、networkInterfaceMessageProperty にはプロパティと関連付けられている NetworkInterfaceMessageProperty が含まれます。

戻り値

NetworkInterfaceMessageProperty の値がプロパティから取得された場合は true、それ以外の場合は false

適用対象