Share via


NetTcpRelayBinding.IsBindingElementsMatch Méthode

Définition

Retourne une valeur qui détermine si les objets spécifiés ont des éléments de liaison correspondants.

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

Paramètres

transport
TcpRelayTransportBindingElement

Transport à mettre en correspondance.

encoding
BinaryMessageEncodingBindingElement

Encodage à mettre en correspondance.

session
ReliableSessionBindingElement

Session à mettre en correspondance.

Retours

Retourne.trueBoolean si les objets correspondent ; sinon, false.

S’applique à