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