6 references to StreamingConnectionHelper
System.ServiceModel (6)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
1345StreamingConnectionHelper.WriteMessage(message, this.connection, false, this.settings, ref timeoutHelper); 1358return StreamingConnectionHelper.BeginWriteMessage(message, this.connection, false, this.settings, 1364StreamingConnectionHelper.EndWriteMessage(result);
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
562StreamingConnectionHelper.WriteMessage(message, this.connection, true, channel.settings, ref timeoutHelper); 681IAsyncResult writeResult = StreamingConnectionHelper.BeginWriteMessage(this.message, this.connection, true, this.channel.settings, ref timeoutHelper, onWriteMessage, this); 722StreamingConnectionHelper.EndWriteMessage(result);