5 references to MessageBufferPropertyName
System.ServiceModel (5)
System\ServiceModel\Channels\BufferedReceiveMessageProperty.cs (3)
51this.messageBuffer = (MessageBuffer)operationContext.IncomingMessageProperties[ChannelHandler.MessageBufferPropertyName]; 54operationContext.IncomingMessageProperties[ChannelHandler.MessageBufferPropertyName] = dummyMessageBuffer; 62requestMessage.Properties[ChannelHandler.MessageBufferPropertyName] = this.messageBuffer;
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
407if (request.RequestMessage.Properties.TryGetValue(MessageBufferPropertyName, out previousBuffer)) 460currentOperationContext.IncomingMessageProperties.Add(MessageBufferPropertyName, buffer);