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
- HtmlHistory.cs
- SecurityDocument.cs
- ImageField.cs
- RawStylusInputCustomData.cs
- NGCSerializerAsync.cs
- HyperLinkColumn.cs
- BitConverter.cs
- Double.cs
- PeerToPeerException.cs
- XmlTextReader.cs
- RewritingProcessor.cs
- WebResourceUtil.cs
- DataListCommandEventArgs.cs
- QueryStringParameter.cs
- DataBinder.cs
- BamlLocalizer.cs
- WizardPanelChangingEventArgs.cs
- BitmapEffectOutputConnector.cs
- FormClosingEvent.cs
- SimpleFieldTemplateFactory.cs
- SiteMapPath.cs
- NameValueFileSectionHandler.cs
- EventPrivateKey.cs
- MDIWindowDialog.cs
- Inflater.cs
- NativeMethods.cs
- PropertyOverridesDialog.cs
- ObjectConverter.cs
- _AuthenticationState.cs
- DBConnectionString.cs
- PassportAuthenticationEventArgs.cs
- HttpApplication.cs
- ClientApiGenerator.cs
- CommentEmitter.cs
- XmlStringTable.cs
- SerializerWriterEventHandlers.cs
- SamlEvidence.cs
- HandlerFactoryCache.cs
- MarkupCompiler.cs
- TableChangeProcessor.cs
- DeflateStream.cs
- BinaryWriter.cs
- EnumerableCollectionView.cs
- DeferredBinaryDeserializerExtension.cs
- ComponentResourceKeyConverter.cs
- CharEnumerator.cs
- CodeAttributeDeclarationCollection.cs
- ColumnWidthChangingEvent.cs
- DesignerImageAdapter.cs
- ConfigurationStrings.cs
- TempFiles.cs
- MatrixStack.cs
- DesignBindingPicker.cs
- DrawingServices.cs
- HttpCookiesSection.cs
- PageVisual.cs
- WindowsStatic.cs
- SiteMapNode.cs
- InputLanguageProfileNotifySink.cs
- DragCompletedEventArgs.cs
- ADRoleFactory.cs
- XmlAnyAttributeAttribute.cs
- HttpResponseInternalBase.cs
- TypeContext.cs
- ElementFactory.cs
- Exceptions.cs
- EraserBehavior.cs
- EasingKeyFrames.cs
- ReliabilityContractAttribute.cs
- Utils.cs
- shaperfactoryquerycacheentry.cs
- HMACSHA1.cs
- XamlReader.cs
- SByteStorage.cs
- ToolStripOverflowButton.cs
- XmlSchemaAttribute.cs
- VariantWrapper.cs
- RowTypePropertyElement.cs
- SettingsPropertyValueCollection.cs
- XmlUtil.cs
- Point3DCollection.cs
- CachedRequestParams.cs
- NominalTypeEliminator.cs
- RangeBase.cs
- TypeBuilder.cs
- CompiledRegexRunner.cs
- DateTimeEditor.cs
- ParameterCollection.cs
- TextStore.cs
- Atom10FormatterFactory.cs
- SaveFileDialog.cs
- TransformCollection.cs
- Vars.cs
- _ListenerResponseStream.cs
- ComAdminWrapper.cs
- MetadataUtilsSmi.cs
- TypeDescriptionProvider.cs
- UnsettableComboBox.cs
- Rect3D.cs
- UnauthorizedWebPart.cs