2 references to BeginWriteMessage
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1358return StreamingConnectionHelper.BeginWriteMessage(message, this.connection, false, this.settings,
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
681IAsyncResult writeResult = StreamingConnectionHelper.BeginWriteMessage(this.message, this.connection, true, this.channel.settings, ref timeoutHelper, onWriteMessage, this);