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