Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / MsmqInputChannel.cs / 1 / MsmqInputChannel.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.ServiceModel.Channels
{
sealed class MsmqInputChannel
: MsmqInputChannelBase
{
public MsmqInputChannel(MsmqInputChannelListener listener)
: base(listener, new MsmqInputMessagePool((listener.ReceiveParameters as MsmqTransportReceiveParameters).MaxPoolSize))
{}
protected override Message DecodeMsmqMessage(MsmqInputMessage msmqMessage, MsmqMessageProperty messageProperty)
{
MsmqInputChannelListener listener = this.Manager as MsmqInputChannelListener;
return MsmqDecodeHelper.DecodeTransportDatagram(listener, this.MsmqReceiveHelper, msmqMessage, messageProperty);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MD5.cs
- BaseUriHelper.cs
- InstanceOwner.cs
- Button.cs
- DrawingAttributesDefaultValueFactory.cs
- TableLayoutPanelCodeDomSerializer.cs
- DataObjectMethodAttribute.cs
- AmbientValueAttribute.cs
- LoginStatusDesigner.cs
- RuntimeConfigLKG.cs
- ImageList.cs
- ObjectConverter.cs
- ShaderRenderModeValidation.cs
- HttpListenerPrefixCollection.cs
- CompilerParameters.cs
- WebBrowserContainer.cs
- TemplateControl.cs
- EntityContainerRelationshipSet.cs
- ResizeGrip.cs
- MemberMemberBinding.cs
- Bitmap.cs
- RadialGradientBrush.cs
- _UncName.cs
- ObjectDataProvider.cs
- ParserExtension.cs
- EndEvent.cs
- AuthorizationRuleCollection.cs
- BaseComponentEditor.cs
- NamespaceEmitter.cs
- LogSwitch.cs
- XmlSchemaAnnotated.cs
- EntitySet.cs
- EnumMember.cs
- ArgIterator.cs
- LinkButton.cs
- WebBrowserNavigatingEventHandler.cs
- Timer.cs
- SqlInternalConnectionTds.cs
- DiscreteKeyFrames.cs
- WS2007FederationHttpBinding.cs
- TextEditorParagraphs.cs
- processwaithandle.cs
- WebReferencesBuildProvider.cs
- WpfPayload.cs
- SoapEnumAttribute.cs
- XmlnsCache.cs
- InternalDuplexChannelListener.cs
- WebPartVerb.cs
- DataGridViewCellEventArgs.cs
- FileClassifier.cs
- SapiRecoInterop.cs
- ConfigXmlAttribute.cs
- FilteredDataSetHelper.cs
- EventLog.cs
- Rotation3DAnimationBase.cs
- ThreadLocal.cs
- ResourceDescriptionAttribute.cs
- SchemaSetCompiler.cs
- FilterElement.cs
- DbMetaDataColumnNames.cs
- Pen.cs
- FixedPageStructure.cs
- InkCanvas.cs
- DecoderBestFitFallback.cs
- cookieexception.cs
- MailAddressCollection.cs
- EventHandlersDesigner.cs
- WebPartZoneBase.cs
- UpdateCommand.cs
- NTAccount.cs
- TextServicesHost.cs
- AdvancedBindingPropertyDescriptor.cs
- RuntimeConfigurationRecord.cs
- AutomationPropertyInfo.cs
- LinkDescriptor.cs
- ClientUtils.cs
- PtsHost.cs
- SamlAuthorizationDecisionClaimResource.cs
- ArraySet.cs
- RecordManager.cs
- HelpInfo.cs
- DelegatingTypeDescriptionProvider.cs
- Axis.cs
- HttpClientProtocol.cs
- ExpressionVisitorHelpers.cs
- ListBindingConverter.cs
- TypeSystem.cs
- HttpMethodAttribute.cs
- CodeExporter.cs
- LocalizableAttribute.cs
- ActiveXSite.cs
- ObjectDataSourceStatusEventArgs.cs
- EventDescriptor.cs
- OleDbPropertySetGuid.cs
- ThreadInterruptedException.cs
- DataGridSortCommandEventArgs.cs
- WindowsSolidBrush.cs
- TaskForm.cs
- UpdatePanelControlTrigger.cs
- XmlWrappingWriter.cs