20 references to Message
System.ServiceModel (20)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (5)
881this.AddPendingAcknowledgements(attemptInfo.Message); 1117using (attemptInfo.Message) 1127this.AddPendingAcknowledgements(attemptInfo.Message); 1134this.binder.Send(attemptInfo.Message, timeout, maskingMode); 1140this.binder.Send(attemptInfo.Message, timeout, maskingMode);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2289protected get { return this.messageAttemptInfo.Message; }
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
311if (attemptInfo.Message == null) 568if (attemptInfo.Message != null)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
343using (attemptInfo.Message) 357OnConnectionSend(attemptInfo.Message, timeout,
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (5)
350this.AddAcknowledgementHeader(attemptInfo.Message, false); 398using (attemptInfo.Message) 411this.AddAcknowledgementHeader(attemptInfo.Message, false); 420reply = this.binder.Request(attemptInfo.Message, timeout, maskingMode); 426reply = this.binder.Request(attemptInfo.Message, timeout, maskingMode);
System\ServiceModel\Channels\TransmissionStrategy.cs (5)
864this.attemptInfo.Message.Close(); 870this.attemptInfo = strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State); 886this.attemptInfo.Message.Close(); 1123attemptInfo = this.strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State); 1147this.attemptInfo.Message.Close();