Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / MsmqReceiveParameters.cs / 1 / MsmqReceiveParameters.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Channels { abstract class MsmqReceiveParameters { MsmqUri.IAddressTranslator addressTranslator; bool durable; bool exactlyOnce; int maxRetryCycles; ReceiveErrorHandling receiveErrorHandling; int receiveRetryCount; TimeSpan retryCycleDelay; MsmqTransportSecurity transportSecurity; bool useMsmqTracing; bool useSourceJournal; internal MsmqReceiveParameters(MsmqBindingElementBase bindingElement) : this(bindingElement, bindingElement.AddressTranslator) {} internal MsmqReceiveParameters(MsmqBindingElementBase bindingElement, MsmqUri.IAddressTranslator addressTranslator) { this.addressTranslator = addressTranslator; this.durable = bindingElement.Durable; this.exactlyOnce = bindingElement.ExactlyOnce; this.maxRetryCycles = bindingElement.MaxRetryCycles; this.receiveErrorHandling = bindingElement.ReceiveErrorHandling; this.receiveRetryCount = bindingElement.ReceiveRetryCount; this.retryCycleDelay = bindingElement.RetryCycleDelay; this.transportSecurity = new MsmqTransportSecurity(bindingElement.MsmqTransportSecurity); this.useMsmqTracing = bindingElement.UseMsmqTracing; this.useSourceJournal = bindingElement.UseSourceJournal; } internal MsmqUri.IAddressTranslator AddressTranslator { get { return this.addressTranslator; } } internal bool Durable { get { return this.durable; } } internal bool ExactlyOnce { get { return this.exactlyOnce; } } internal int ReceiveRetryCount { get { return this.receiveRetryCount; } } internal int MaxRetryCycles { get { return this.maxRetryCycles; } } internal ReceiveErrorHandling ReceiveErrorHandling { get { return this.receiveErrorHandling; } } internal TimeSpan RetryCycleDelay { get { return this.retryCycleDelay; } } internal MsmqTransportSecurity TransportSecurity { get { return this.transportSecurity; } } internal bool UseMsmqTracing { get { return this.useMsmqTracing; } } internal bool UseSourceJournal { get { return this.useSourceJournal; } } } } // 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
- MDIWindowDialog.cs
- MembershipSection.cs
- BulletedListEventArgs.cs
- InputScopeAttribute.cs
- OrderPreservingPipeliningMergeHelper.cs
- TypeToken.cs
- shaperfactoryquerycacheentry.cs
- ProxyWebPartManager.cs
- MetricEntry.cs
- OlePropertyStructs.cs
- StatusBarDrawItemEvent.cs
- ViewStateModeByIdAttribute.cs
- RichTextBoxContextMenu.cs
- ReaderWriterLock.cs
- CapabilitiesSection.cs
- RegexCompilationInfo.cs
- DecimalConverter.cs
- GridProviderWrapper.cs
- FtpWebRequest.cs
- MenuItemStyleCollection.cs
- Perspective.cs
- TagPrefixInfo.cs
- RadioButtonBaseAdapter.cs
- WasAdminWrapper.cs
- MimeParameterWriter.cs
- AttributeAction.cs
- RtfToken.cs
- XmlSchemaChoice.cs
- AccessDataSource.cs
- DataList.cs
- UserMapPath.cs
- ProxyGenerationError.cs
- EditorPartDesigner.cs
- EncryptedType.cs
- ToolStripSplitButton.cs
- XPathNavigator.cs
- VirtualDirectoryMappingCollection.cs
- ImageCodecInfo.cs
- NumericUpDown.cs
- PerfCounters.cs
- SqlDataSourceFilteringEventArgs.cs
- CompilationLock.cs
- DataGridViewCellParsingEventArgs.cs
- DetailsViewDeleteEventArgs.cs
- PermissionSet.cs
- WindowsHyperlink.cs
- baseaxisquery.cs
- SizeLimitedCache.cs
- StructuralCache.cs
- TextFormattingConverter.cs
- _TLSstream.cs
- Int64Storage.cs
- WebPartConnectionsConfigureVerb.cs
- SMSvcHost.cs
- TextRange.cs
- CodeIdentifiers.cs
- ResolveNameEventArgs.cs
- UriSection.cs
- CatalogZoneBase.cs
- DataGridViewImageColumn.cs
- UrlMappingsSection.cs
- GreenMethods.cs
- ErrorProvider.cs
- KeyedHashAlgorithm.cs
- RuntimeConfigurationRecord.cs
- DesignerVerbToolStripMenuItem.cs
- CustomServiceCredentials.cs
- AsymmetricKeyExchangeDeformatter.cs
- TableParaClient.cs
- Documentation.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- FilterEventArgs.cs
- TreeNodeCollection.cs
- PrintControllerWithStatusDialog.cs
- TraceProvider.cs
- PathData.cs
- TerminatingOperationBehavior.cs
- ScrollEvent.cs
- DbMetaDataColumnNames.cs
- httpapplicationstate.cs
- SecurityPolicySection.cs
- DNS.cs
- ViewBase.cs
- MulticastNotSupportedException.cs
- TableRowCollection.cs
- OleDbCommandBuilder.cs
- FixedSchema.cs
- SpeechSynthesizer.cs
- SqlBooleanizer.cs
- SiteMapDataSource.cs
- DynamicActivityXamlReader.cs
- ContentTextAutomationPeer.cs
- DataException.cs
- RijndaelCryptoServiceProvider.cs
- BigInt.cs
- ProxyAttribute.cs
- EndpointDiscoveryMetadata11.cs
- dsa.cs
- XhtmlBasicPanelAdapter.cs
- PackagePartCollection.cs