Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / ServiceDefaults.cs / 1 / ServiceDefaults.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel { using System; static class ServiceDefaults { internal static TimeSpan ServiceHostCloseTimeout { get { return TimeSpanHelper.FromSeconds(10, ServiceHostCloseTimeoutString); } } internal const string ServiceHostCloseTimeoutString = "00:00:10"; internal static TimeSpan CloseTimeout { get { return TimeSpanHelper.FromMinutes(1, CloseTimeoutString); } } internal const string CloseTimeoutString = "00:01:00"; internal static TimeSpan OpenTimeout { get { return TimeSpanHelper.FromMinutes(1, OpenTimeoutString); } } internal const string OpenTimeoutString = "00:01:00"; internal static TimeSpan ReceiveTimeout { get { return TimeSpanHelper.FromMinutes(10, ReceiveTimeoutString); } } internal const string ReceiveTimeoutString = "00:10:00"; internal static TimeSpan SendTimeout { get { return TimeSpanHelper.FromMinutes(1, SendTimeoutString); } } internal const string SendTimeoutString = "00:01:00"; internal static TimeSpan TransactionTimeout { get { return TimeSpanHelper.FromMinutes(1, TransactionTimeoutString); } } internal const string TransactionTimeoutString = "00:00:00"; } } // 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
- WebConfigurationHostFileChange.cs
- DeleteCardRequest.cs
- StorageRoot.cs
- DataGridViewMethods.cs
- ToReply.cs
- WS2007FederationHttpBindingElement.cs
- BaseDataBoundControl.cs
- _HeaderInfoTable.cs
- PersistChildrenAttribute.cs
- AxisAngleRotation3D.cs
- Operand.cs
- RoutedEventConverter.cs
- BuildProviderInstallComponent.cs
- Baml2006SchemaContext.cs
- DataRowIndexBuffer.cs
- SHA384Managed.cs
- UrlUtility.cs
- TypedElement.cs
- TlsnegoTokenAuthenticator.cs
- BasicHttpMessageCredentialType.cs
- assertwrapper.cs
- Encoding.cs
- AggregateNode.cs
- MultipleViewProviderWrapper.cs
- TableCellsCollectionEditor.cs
- StylusPlugInCollection.cs
- ProxyGenerator.cs
- SQLMembershipProvider.cs
- Page.cs
- DocumentXmlWriter.cs
- SystemGatewayIPAddressInformation.cs
- StrokeCollectionDefaultValueFactory.cs
- MessageRpc.cs
- localization.cs
- Input.cs
- ProtocolsConfigurationHandler.cs
- DropDownList.cs
- LongAverageAggregationOperator.cs
- DesigntimeLicenseContextSerializer.cs
- dtdvalidator.cs
- AnnotationMap.cs
- XMLUtil.cs
- XmlName.cs
- RectangleHotSpot.cs
- FormatConvertedBitmap.cs
- AstTree.cs
- InvalidOleVariantTypeException.cs
- StrongNameMembershipCondition.cs
- ProfileSettingsCollection.cs
- QueryComponents.cs
- PictureBoxDesigner.cs
- PathGeometry.cs
- WebServiceHostFactory.cs
- CollectionType.cs
- AdornerLayer.cs
- ContentType.cs
- DockAndAnchorLayout.cs
- PerformanceCounterLib.cs
- NotCondition.cs
- hwndwrapper.cs
- ManagementEventWatcher.cs
- MenuRendererClassic.cs
- PlainXmlWriter.cs
- HttpChannelListener.cs
- TextTreeTextNode.cs
- BindingExpressionBase.cs
- OptimizerPatterns.cs
- MaterialGroup.cs
- DataGridLinkButton.cs
- HttpPostedFileWrapper.cs
- ConnectionInterfaceCollection.cs
- SchemaCreator.cs
- FrameworkObject.cs
- HttpWebRequest.cs
- XhtmlConformanceSection.cs
- SegmentInfo.cs
- XmlPreloadedResolver.cs
- SqlMethodAttribute.cs
- WindowsStartMenu.cs
- IsolatedStorage.cs
- DefaultCommandConverter.cs
- UrlUtility.cs
- DbParameterCollection.cs
- PrinterResolution.cs
- ScriptResourceInfo.cs
- Container.cs
- UIElementIsland.cs
- AdapterUtil.cs
- EnvironmentPermission.cs
- StaticContext.cs
- BCryptHashAlgorithm.cs
- translator.cs
- MarginsConverter.cs
- TypeBuilder.cs
- TextBoxView.cs
- SortKey.cs
- ServiceMetadataPublishingElement.cs
- _HeaderInfo.cs
- DbXmlEnabledProviderManifest.cs
- RemoteWebConfigurationHostStream.cs