Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / MsmqBindingBase.cs / 1 / MsmqBindingBase.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel { using System; using System.ServiceModel.Channels; using System.Net.Security; public abstract class MsmqBindingBase : Binding, IBindingRuntimePreferences { internal MsmqBindingElementBase transport; protected MsmqBindingBase() {} public Uri CustomDeadLetterQueue { get { return transport.CustomDeadLetterQueue; } set { transport.CustomDeadLetterQueue = value; } } public DeadLetterQueue DeadLetterQueue { get { return transport.DeadLetterQueue; } set { transport.DeadLetterQueue = value; } } public bool Durable { get { return transport.Durable; } set { transport.Durable = value; } } public bool ExactlyOnce { get { return transport.ExactlyOnce; } set { transport.ExactlyOnce = value; } } public long MaxReceivedMessageSize { get { return transport.MaxReceivedMessageSize; } set { transport.MaxReceivedMessageSize = value; } } public int ReceiveRetryCount { get { return transport.ReceiveRetryCount; } set { transport.ReceiveRetryCount = value; } } public int MaxRetryCycles { get { return transport.MaxRetryCycles; } set { transport.MaxRetryCycles = value; } } public ReceiveErrorHandling ReceiveErrorHandling { get { return transport.ReceiveErrorHandling; } set { transport.ReceiveErrorHandling = value; } } public TimeSpan RetryCycleDelay { get { return transport.RetryCycleDelay; } set { transport.RetryCycleDelay = value; } } public override string Scheme { get { return transport.Scheme; } } public TimeSpan TimeToLive { get { return transport.TimeToLive; } set { transport.TimeToLive = value; } } public bool UseSourceJournal { get { return transport.UseSourceJournal; } set { transport.UseSourceJournal = value; } } public bool UseMsmqTracing { get { return transport.UseMsmqTracing; } set { transport.UseMsmqTracing = value; } } bool IBindingRuntimePreferences.ReceiveSynchronously { get { return this.ExactlyOnce; } } } } // 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
- ToolStripContentPanel.cs
- GeneratedView.cs
- FormsAuthenticationCredentials.cs
- EmbeddedObject.cs
- QilFactory.cs
- BuilderElements.cs
- AsyncMethodInvoker.cs
- OleDbError.cs
- ToolStripSplitStackLayout.cs
- Rijndael.cs
- CallSiteHelpers.cs
- ToolStripItemRenderEventArgs.cs
- BaseProcessor.cs
- PageThemeCodeDomTreeGenerator.cs
- TreeViewItem.cs
- DeclaredTypeElementCollection.cs
- GenericTypeParameterBuilder.cs
- TextSegment.cs
- XmlUnspecifiedAttribute.cs
- assertwrapper.cs
- LocalizedNameDescriptionPair.cs
- Parsers.cs
- ObjectQueryState.cs
- FormViewUpdateEventArgs.cs
- WindowsFormsSynchronizationContext.cs
- TimeoutException.cs
- CatalogUtil.cs
- DataGridViewTextBoxCell.cs
- DrawingContextDrawingContextWalker.cs
- ContainerParaClient.cs
- DragDeltaEventArgs.cs
- SchemaElementLookUpTable.cs
- WebRequestModulesSection.cs
- SoapSchemaExporter.cs
- LayoutTable.cs
- NavigationProgressEventArgs.cs
- CharAnimationUsingKeyFrames.cs
- EncoderNLS.cs
- DataObjectPastingEventArgs.cs
- QuaternionKeyFrameCollection.cs
- WeakEventTable.cs
- FilterException.cs
- _ListenerRequestStream.cs
- SqlConnectionHelper.cs
- BitmapEffectGroup.cs
- HandleRef.cs
- Encoder.cs
- DiagnosticSection.cs
- oledbmetadatacolumnnames.cs
- PerformanceCounterManager.cs
- WebControlsSection.cs
- XamlRtfConverter.cs
- SystemIPGlobalProperties.cs
- WindowsHyperlink.cs
- MailAddressCollection.cs
- MetadataUtilsSmi.cs
- ControlOperationInvoker.cs
- TPLETWProvider.cs
- CharacterBuffer.cs
- Message.cs
- Keywords.cs
- RuntimeUtils.cs
- RectAnimationUsingKeyFrames.cs
- LayoutUtils.cs
- PackageDigitalSignatureManager.cs
- RecognitionResult.cs
- KeyboardNavigation.cs
- WebPartCancelEventArgs.cs
- MdiWindowListStrip.cs
- ControlParameter.cs
- BooleanKeyFrameCollection.cs
- altserialization.cs
- TransactionScope.cs
- DescriptionAttribute.cs
- HandlerFactoryWrapper.cs
- WebServiceBindingAttribute.cs
- CodeParameterDeclarationExpression.cs
- XsltArgumentList.cs
- UniqueConstraint.cs
- ConditionalWeakTable.cs
- FragmentQueryKB.cs
- WebPartConnectionsConfigureVerb.cs
- InvalidChannelBindingException.cs
- ClientApiGenerator.cs
- XmlnsDictionary.cs
- PrintPreviewDialog.cs
- MultiView.cs
- UserNameSecurityTokenAuthenticator.cs
- DataPagerFieldCollection.cs
- SharedStatics.cs
- ClientTargetSection.cs
- HtmlObjectListAdapter.cs
- WindowsRichEditRange.cs
- D3DImage.cs
- ValidationErrorEventArgs.cs
- EncryptedPackage.cs
- FtpRequestCacheValidator.cs
- CachedFontFace.cs
- State.cs
- MachineSettingsSection.cs