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
- NotificationContext.cs
- SwitchExpression.cs
- BamlCollectionHolder.cs
- RectangleHotSpot.cs
- StorageAssociationTypeMapping.cs
- MetadataUtil.cs
- HexParser.cs
- ToolboxCategoryItems.cs
- ItemsControlAutomationPeer.cs
- ResourceExpression.cs
- SqlMethodAttribute.cs
- EndpointDiscoveryMetadata.cs
- XmlDataFileEditor.cs
- XmlSchemaSimpleContent.cs
- ConstraintConverter.cs
- Context.cs
- TreeViewItemAutomationPeer.cs
- LinqDataSourceHelper.cs
- MetabaseServerConfig.cs
- ModelItemCollectionImpl.cs
- Funcletizer.cs
- OrderedHashRepartitionStream.cs
- UnsafeNativeMethods.cs
- AppSecurityManager.cs
- ErrorItem.cs
- FileVersion.cs
- RuleProcessor.cs
- VectorCollectionConverter.cs
- TreeNodeEventArgs.cs
- Pkcs7Signer.cs
- DescendantBaseQuery.cs
- WebPartConnectionsDisconnectVerb.cs
- StylesEditorDialog.cs
- DllNotFoundException.cs
- ReferencedCollectionType.cs
- DataGridViewIntLinkedList.cs
- RuntimeResourceSet.cs
- MsmqIntegrationBinding.cs
- RecognizedWordUnit.cs
- FamilyMapCollection.cs
- MiniMapControl.xaml.cs
- DecodeHelper.cs
- DynamicILGenerator.cs
- WebPartAuthorizationEventArgs.cs
- FeatureSupport.cs
- COM2Enum.cs
- ProjectionPath.cs
- WrappedReader.cs
- StringValidatorAttribute.cs
- TextOnlyOutput.cs
- APCustomTypeDescriptor.cs
- DBCommand.cs
- EnvironmentPermission.cs
- IndentedWriter.cs
- GridViewDeleteEventArgs.cs
- TypographyProperties.cs
- IResourceProvider.cs
- COAUTHIDENTITY.cs
- ButtonBaseDesigner.cs
- NumericUpDown.cs
- UInt32.cs
- SingleSelectRootGridEntry.cs
- DigestTraceRecordHelper.cs
- ReceiveCompletedEventArgs.cs
- HttpConfigurationSystem.cs
- PostBackTrigger.cs
- Translator.cs
- ServiceSecurityContext.cs
- CalendarData.cs
- DesignerActionPanel.cs
- KeyConstraint.cs
- ZipIOCentralDirectoryBlock.cs
- SiteMapDataSource.cs
- QuarticEase.cs
- XmlElementCollection.cs
- ObjectHandle.cs
- ExpressionReplacer.cs
- EventLogTraceListener.cs
- DesignerView.cs
- C14NUtil.cs
- NameTable.cs
- SimpleBitVector32.cs
- ByteStorage.cs
- StrongBox.cs
- XmlValidatingReader.cs
- XmlDocument.cs
- FileInfo.cs
- WebServiceBindingAttribute.cs
- WorkflowRuntimeServiceElement.cs
- BrushMappingModeValidation.cs
- TextTrailingCharacterEllipsis.cs
- CodeRegionDirective.cs
- FilterQuery.cs
- UserPreferenceChangedEventArgs.cs
- ProtectedConfigurationSection.cs
- ToolStripControlHost.cs
- WinInet.cs
- ZipFileInfo.cs
- LostFocusEventManager.cs
- DesignerActionItemCollection.cs