Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / InputChannelAcceptor.cs / 1 / InputChannelAcceptor.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.ServiceModel.Channels
{
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using System.ServiceModel.Diagnostics;
class InputChannelAcceptor : SingletonChannelAcceptor
{
public InputChannelAcceptor(ChannelManagerBase channelManager)
: base(channelManager)
{
}
protected override InputChannel OnCreateChannel()
{
return new InputChannel(this.ChannelManager, null);
}
protected override void OnTraceMessageReceived(Message message)
{
if (DiagnosticUtility.ShouldTraceInformation)
{
TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageReceived,
MessageTransmitTraceRecord.CreateReceiveTraceRecord(message), this, null);
}
}
}
}
// 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
- CodeAttributeDeclarationCollection.cs
- ValueOfAction.cs
- SurrogateChar.cs
- DecimalAnimationUsingKeyFrames.cs
- PropertyMappingExceptionEventArgs.cs
- DocumentOrderQuery.cs
- CallbackTimeoutsBehavior.cs
- manifestimages.cs
- InputLanguage.cs
- AppSettingsSection.cs
- XPathNodePointer.cs
- Clock.cs
- CultureSpecificStringDictionary.cs
- EncodingNLS.cs
- SqlConnectionPoolProviderInfo.cs
- GiveFeedbackEventArgs.cs
- DependencyPropertyConverter.cs
- BevelBitmapEffect.cs
- DataGridViewCheckBoxCell.cs
- BamlRecordHelper.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- UIElement3D.cs
- XmlNodeChangedEventArgs.cs
- AssertFilter.cs
- RightsManagementErrorHandler.cs
- SoapCodeExporter.cs
- CacheChildrenQuery.cs
- FrameworkElement.cs
- Psha1DerivedKeyGenerator.cs
- TextProperties.cs
- VectorAnimationBase.cs
- ColorMatrix.cs
- TimeEnumHelper.cs
- CreateParams.cs
- QuaternionAnimationUsingKeyFrames.cs
- SoundPlayerAction.cs
- ConfigXmlDocument.cs
- ChangePassword.cs
- ReadOnlyDataSourceView.cs
- AliasedExpr.cs
- ReverseQueryOperator.cs
- RtfToXamlLexer.cs
- TextPointer.cs
- ToolStripLocationCancelEventArgs.cs
- Encoding.cs
- CodeNamespaceImportCollection.cs
- OdbcConnectionHandle.cs
- SimpleType.cs
- WebPartEditVerb.cs
- ThrowHelper.cs
- DataBoundControlDesigner.cs
- SqlDataRecord.cs
- XappLauncher.cs
- RedirectionProxy.cs
- LongTypeConverter.cs
- ComponentTray.cs
- OptimisticConcurrencyException.cs
- MailWebEventProvider.cs
- MbpInfo.cs
- Int16Converter.cs
- DetailsViewRow.cs
- DrawingAttributes.cs
- EndpointDiscoveryMetadata.cs
- FontInfo.cs
- ImageCollectionEditor.cs
- PeerApplication.cs
- StorageFunctionMapping.cs
- HtmlTableRow.cs
- X509Chain.cs
- FontCacheUtil.cs
- AsymmetricCryptoHandle.cs
- SingleObjectCollection.cs
- DbDataAdapter.cs
- CachedPathData.cs
- FormatException.cs
- NativeMethods.cs
- TabControlDesigner.cs
- DataSourceProvider.cs
- ConsumerConnectionPoint.cs
- PathData.cs
- DesignTimeTemplateParser.cs
- SignedInfo.cs
- HttpProfileBase.cs
- UrlAuthFailureHandler.cs
- FixedBufferAttribute.cs
- ParamArrayAttribute.cs
- DBCommandBuilder.cs
- PropertyDescriptors.cs
- BaseCodeDomTreeGenerator.cs
- WinEventTracker.cs
- GridErrorDlg.cs
- SchemaCollectionPreprocessor.cs
- FloatUtil.cs
- NameValueSectionHandler.cs
- TaiwanLunisolarCalendar.cs
- KeyFrames.cs
- CompoundFileStreamReference.cs
- PreDigestedSignedInfo.cs
- TriggerCollection.cs
- SafeFindHandle.cs