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
- SqlNodeAnnotation.cs
- _PooledStream.cs
- XmlSignatureProperties.cs
- Function.cs
- AtlasWeb.Designer.cs
- PackageRelationship.cs
- SymmetricAlgorithm.cs
- Keywords.cs
- GeneralTransform3DGroup.cs
- XmlEncoding.cs
- X509CertificateStore.cs
- SqlUserDefinedAggregateAttribute.cs
- MatrixAnimationBase.cs
- TextTreeNode.cs
- InternalConfigEventArgs.cs
- ReferencedAssembly.cs
- SQLRoleProvider.cs
- QueryInterceptorAttribute.cs
- DBSchemaRow.cs
- CategoryAttribute.cs
- QueryContinueDragEvent.cs
- GiveFeedbackEvent.cs
- HttpHeaderCollection.cs
- PersonalizableTypeEntry.cs
- DisplayNameAttribute.cs
- CachedFontFamily.cs
- VisualBrush.cs
- DocumentSequence.cs
- TableCellAutomationPeer.cs
- RenderData.cs
- BlurBitmapEffect.cs
- BinaryWriter.cs
- GroupBoxRenderer.cs
- TableDetailsCollection.cs
- IisTraceListener.cs
- ScriptManagerProxy.cs
- SerializationException.cs
- DataSourceDescriptorCollection.cs
- Evaluator.cs
- HttpConfigurationSystem.cs
- FilteredDataSetHelper.cs
- ClearTypeHintValidation.cs
- NativeCppClassAttribute.cs
- AffineTransform3D.cs
- EntityConnectionStringBuilder.cs
- ExtendedPropertiesHandler.cs
- XamlTreeBuilderBamlRecordWriter.cs
- DataGridRow.cs
- UnmanagedBitmapWrapper.cs
- ServiceMemoryGates.cs
- ThreadAttributes.cs
- Peer.cs
- ToolStripItemTextRenderEventArgs.cs
- DbConnectionStringCommon.cs
- FieldNameLookup.cs
- DelegatedStream.cs
- XmlCountingReader.cs
- TextServicesCompartmentEventSink.cs
- BulletedListEventArgs.cs
- Interop.cs
- _SslStream.cs
- ProxyGenerationError.cs
- CancellationToken.cs
- UnsafeMethods.cs
- TransformPatternIdentifiers.cs
- XmlNullResolver.cs
- ErrorTableItemStyle.cs
- SmiEventStream.cs
- CachedBitmap.cs
- HttpModuleActionCollection.cs
- Dictionary.cs
- CompiledWorkflowDefinitionContext.cs
- GlobalDataBindingHandler.cs
- FrameworkElementAutomationPeer.cs
- SystemIPAddressInformation.cs
- ConnectionManagementElementCollection.cs
- StrokeCollectionDefaultValueFactory.cs
- StylusButtonCollection.cs
- ObjectDataSourceView.cs
- PropVariant.cs
- WebZoneDesigner.cs
- WindowProviderWrapper.cs
- LinqDataSourceHelper.cs
- sapiproxy.cs
- ConfigXmlCDataSection.cs
- KeyNotFoundException.cs
- CompatibleIComparer.cs
- DelegatingHeader.cs
- EventMappingSettings.cs
- HashStream.cs
- AuthenticationService.cs
- IERequestCache.cs
- CategoryAttribute.cs
- WebWorkflowRole.cs
- Panel.cs
- EntityDataSourceDesigner.cs
- XmlArrayAttribute.cs
- FlowLayoutSettings.cs
- PropertyDescriptorGridEntry.cs
- ToolStripGrip.cs