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