Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / TcpTransportManager.cs / 1 / TcpTransportManager.cs
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System; using System.Net; using System.Net.Sockets; using System.Collections.Generic; abstract class TcpTransportManager : ConnectionOrientedTransportManager{ internal TcpTransportManager() { } internal override string Scheme { get { return Uri.UriSchemeNetTcp; } } protected virtual bool IsCompatible(TcpChannelListener channelListener) { return base.IsCompatible(channelListener); } } } // 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
- IndependentAnimationStorage.cs
- StreamGeometryContext.cs
- XDRSchema.cs
- QueryCacheKey.cs
- RepeatBehaviorConverter.cs
- ObjectViewListener.cs
- XmlAggregates.cs
- ADMembershipProvider.cs
- RelationshipEndCollection.cs
- EtwTrace.cs
- StrokeCollection.cs
- Grid.cs
- MultiDataTrigger.cs
- SoapSchemaImporter.cs
- DependencyObject.cs
- ListViewGroupItemCollection.cs
- EditorZone.cs
- Event.cs
- DbProviderSpecificTypePropertyAttribute.cs
- TextContainerChangedEventArgs.cs
- ExecutionTracker.cs
- TemplateKeyConverter.cs
- DataServiceRequest.cs
- HostVisual.cs
- EventRecordWrittenEventArgs.cs
- ADMembershipUser.cs
- SerializationSectionGroup.cs
- JournalEntry.cs
- CryptoHandle.cs
- MetadataItemEmitter.cs
- FileNotFoundException.cs
- UnionExpr.cs
- PopupControlService.cs
- ModelVisual3D.cs
- ConfigsHelper.cs
- QfeChecker.cs
- EditorPartDesigner.cs
- FtpRequestCacheValidator.cs
- HostedTcpTransportManager.cs
- ResourceManager.cs
- EntityEntry.cs
- FillErrorEventArgs.cs
- SmtpTransport.cs
- SchemaHelper.cs
- DbFunctionCommandTree.cs
- BitmapEffectGroup.cs
- ThumbAutomationPeer.cs
- InfiniteTimeSpanConverter.cs
- PageRequestManager.cs
- TextTreeExtractElementUndoUnit.cs
- QilLiteral.cs
- HttpPostLocalhostServerProtocol.cs
- DatePickerAutomationPeer.cs
- ListSortDescriptionCollection.cs
- SchemaCollectionPreprocessor.cs
- DetailsViewDeletedEventArgs.cs
- PersonalizationEntry.cs
- SchemeSettingElement.cs
- KeyedHashAlgorithm.cs
- XmlDataDocument.cs
- WpfKnownType.cs
- Pair.cs
- RedistVersionInfo.cs
- Drawing.cs
- ReferenceSchema.cs
- TableLayoutRowStyleCollection.cs
- autovalidator.cs
- FixedSOMPageElement.cs
- RepeaterItemCollection.cs
- ToolStripItemDesigner.cs
- ScriptingJsonSerializationSection.cs
- EndEvent.cs
- KnownTypesProvider.cs
- UrlPath.cs
- ObjectQuery_EntitySqlExtensions.cs
- UrlPath.cs
- SettingsBindableAttribute.cs
- CacheVirtualItemsEvent.cs
- EventProviderWriter.cs
- DbMetaDataFactory.cs
- DefaultHttpHandler.cs
- XPathCompileException.cs
- ValidationEventArgs.cs
- XmlFormatExtensionPrefixAttribute.cs
- SoapExtensionImporter.cs
- EventSinkHelperWriter.cs
- DtrList.cs
- FormsAuthenticationUserCollection.cs
- FixedSOMFixedBlock.cs
- MobileUserControlDesigner.cs
- Comparer.cs
- ListManagerBindingsCollection.cs
- VisualTarget.cs
- XPathQilFactory.cs
- Button.cs
- MSHTMLHost.cs
- ObjectView.cs
- PointF.cs
- DataObjectFieldAttribute.cs
- TableRowGroupCollection.cs