5 references to Factory
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (5)
70
this.
Factory
.BufferManager.ReturnBuffer(this.buffers[i].Array);
95
using (MsmqOutputMessage<IOutputSessionChannel> msmqMessage = new MsmqOutputMessage<IOutputSessionChannel>(this.
Factory
, size, this.RemoteAddress))
164
this.msmqQueue = new MsmqQueue(this.
Factory
.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri),
233
byte[] startBytes = this.
Factory
.BufferManager.TakeBuffer(startSize);
251
this.
Factory
.BufferManager,