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