1 write to message
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
639
this.
message
= message;
2 references to message
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
679
ChannelBindingUtility.TryAddToMessage(this.channel.channelBindingToken, this.
message
, false);
681
IAsyncResult writeResult = StreamingConnectionHelper.BeginWriteMessage(this.
message
, this.connection, true, this.channel.settings, ref timeoutHelper, onWriteMessage, this);