1 implementation of AddressResponse
System.ServiceModel (1)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
107
public bool
AddressResponse
(Message request, Message response)
4 references to AddressResponse
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1911
if (((IServerReliableChannelBinder)this.Binder).
AddressResponse
(info.Message, response))
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
601
if (this.Binder.
AddressResponse
(info.Message, response))
1015
if (this.Binder.
AddressResponse
(info.Message, response))
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
928
if (this.Binder.
AddressResponse
(info.Message, response))