39 references to cachedMessage
System.Messaging (39)
System\Messaging\DefaultPropertiesToSend.cs (39)
62
return this.
cachedMessage
.AcknowledgeType;
67
this.
cachedMessage
.AcknowledgeType = value;
93
return this.
cachedMessage
.AdministrationQueue;
103
this.
cachedMessage
.AdministrationQueue = value;
119
return this.
cachedMessage
.AppSpecific;
124
this.
cachedMessage
.AppSpecific = value;
141
return this.
cachedMessage
.AttachSenderId;
146
this.
cachedMessage
.AttachSenderId = value;
156
return this.
cachedMessage
;
173
return this.
cachedMessage
.EncryptionAlgorithm;
178
this.
cachedMessage
.EncryptionAlgorithm = value;
197
return this.
cachedMessage
.Extension;
202
this.
cachedMessage
.Extension = value;
220
return this.
cachedMessage
.HashAlgorithm;
225
this.
cachedMessage
.HashAlgorithm = value;
241
return this.
cachedMessage
.Label;
246
this.
cachedMessage
.Label = value;
261
return this.
cachedMessage
.Priority;
266
this.
cachedMessage
.Priority = value;
284
return this.
cachedMessage
.Recoverable;
289
this.
cachedMessage
.Recoverable = value;
309
return this.
cachedMessage
.ResponseQueue;
319
this.
cachedMessage
.ResponseQueue = value;
337
return this.
cachedMessage
.TimeToBeReceived;
342
this.
cachedMessage
.TimeToBeReceived = value;
360
return this.
cachedMessage
.TimeToReachQueue;
365
this.
cachedMessage
.TimeToReachQueue = value;
384
return this.
cachedMessage
.TransactionStatusQueue;
394
this.
cachedMessage
.TransactionStatusQueue = value;
409
return this.
cachedMessage
.UseAuthentication;
414
this.
cachedMessage
.UseAuthentication = value;
430
return this.
cachedMessage
.UseDeadLetterQueue;
435
this.
cachedMessage
.UseDeadLetterQueue = value;
450
return this.
cachedMessage
.UseEncryption;
455
this.
cachedMessage
.UseEncryption = value;
471
return this.
cachedMessage
.UseJournalQueue;
476
this.
cachedMessage
.UseJournalQueue = value;
492
return this.
cachedMessage
.UseTracing;
497
this.
cachedMessage
.UseTracing = value;