3 writes to SendHandler
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1269this.outputConnection.SendHandler = OnSendHandler;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
464this.connection.SendHandler = OnConnectionSendHandler;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
522this.connection.SendHandler = OnConnectionSend;