2 references to BeginAddMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
867
return this.outputConnection.
BeginAddMessage
(message, timeout, null, callback, state);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
257
return this.connection.
BeginAddMessage
(message, timeout, null, callback, state);