Share via


NetTcpRelayBinding.IsBindingElementsMatch メソッド

定義

指定したオブジェクトに一致するバインド要素があるかどうかを決定する値を返します。

protected bool IsBindingElementsMatch (Microsoft.ServiceBus.TcpRelayTransportBindingElement transport, System.ServiceModel.Channels.BinaryMessageEncodingBindingElement encoding, System.ServiceModel.Channels.ReliableSessionBindingElement session);
override this.IsBindingElementsMatch : Microsoft.ServiceBus.TcpRelayTransportBindingElement * System.ServiceModel.Channels.BinaryMessageEncodingBindingElement * System.ServiceModel.Channels.ReliableSessionBindingElement -> bool
Protected Function IsBindingElementsMatch (transport As TcpRelayTransportBindingElement, encoding As BinaryMessageEncodingBindingElement, session As ReliableSessionBindingElement) As Boolean

パラメーター

transport
TcpRelayTransportBindingElement

照合するトランスポート。

encoding
BinaryMessageEncodingBindingElement

一致するエンコード。

session
ReliableSessionBindingElement

一致するセッション。

戻り値

オブジェクトが一致する場合は returns.trueBoolean、それ以外の場合は false。

適用対象