Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Dispatcher / ProxyRpc.cs / 1 / ProxyRpc.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.Collections; using System.ServiceModel.Diagnostics; using System.ServiceModel.Channels; struct ProxyRpc { internal readonly string Action; internal ServiceModelActivity Activity; internal readonly ServiceChannel Channel; internal object[] Correlation; internal readonly object[] InputParameters; internal readonly ProxyOperationRuntime Operation; internal object[] OutputParameters; internal Message Request; internal Message Reply; internal object ReturnValue; internal MessageVersion MessageVersion; internal readonly TimeoutHelper TimeoutHelper; internal ProxyRpc(ServiceChannel channel, ProxyOperationRuntime operation, string action, object[] inputs, TimeSpan timeout) { this.Action = action; this.Activity = null; this.Channel = channel; this.Correlation = EmptyArray.Allocate(operation.Parent.CorrelationCount); this.InputParameters = inputs; this.Operation = operation; this.OutputParameters = null; this.Request = null; this.Reply = null; this.ReturnValue = null; this.MessageVersion = channel.MessageVersion; this.TimeoutHelper = new TimeoutHelper(timeout); } } } // 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
- TextTabProperties.cs
- BuildManager.cs
- OleStrCAMarshaler.cs
- Deserializer.cs
- DesignTimeHTMLTextWriter.cs
- Vector3DCollectionConverter.cs
- WebDescriptionAttribute.cs
- DefaultParameterValueAttribute.cs
- EmbeddedMailObject.cs
- SafeNativeMethods.cs
- PointLight.cs
- Setter.cs
- SchemaInfo.cs
- EventMappingSettingsCollection.cs
- SessionEndingCancelEventArgs.cs
- KeyValueSerializer.cs
- DistributedTransactionPermission.cs
- _HeaderInfoTable.cs
- PageBreakRecord.cs
- PeerNameResolver.cs
- AutoGeneratedFieldProperties.cs
- CuspData.cs
- CheckBoxStandardAdapter.cs
- ContextProperty.cs
- ContentPresenter.cs
- WebPartAddingEventArgs.cs
- WebProxyScriptElement.cs
- SqlConnectionHelper.cs
- XmlnsDefinitionAttribute.cs
- TimelineGroup.cs
- NumericPagerField.cs
- TransformerConfigurationWizardBase.cs
- RoutedEventConverter.cs
- ProviderUtil.cs
- Quaternion.cs
- ButtonRenderer.cs
- PersonalizationProviderHelper.cs
- NetworkAddressChange.cs
- EdgeProfileValidation.cs
- DataTableCollection.cs
- ProcessingInstructionAction.cs
- NumericUpDownAcceleration.cs
- versioninfo.cs
- ServiceBehaviorElement.cs
- FolderBrowserDialogDesigner.cs
- UnitySerializationHolder.cs
- D3DImage.cs
- XsltSettings.cs
- controlskin.cs
- TemplateControlBuildProvider.cs
- ProcessMonitor.cs
- NativeMethods.cs
- ReservationCollection.cs
- RootDesignerSerializerAttribute.cs
- SecureConversationServiceCredential.cs
- InvalidChannelBindingException.cs
- TraceUtility.cs
- TransactionFormatter.cs
- CheckableControlBaseAdapter.cs
- ListControlActionList.cs
- OperatingSystem.cs
- DBSqlParser.cs
- DebugView.cs
- RegionIterator.cs
- _RequestCacheProtocol.cs
- PartialList.cs
- SecUtil.cs
- XmlSchemaException.cs
- WindowClosedEventArgs.cs
- SystemColors.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- __Filters.cs
- MultipartContentParser.cs
- GenericUriParser.cs
- RuleProcessor.cs
- DependentList.cs
- AbstractDataSvcMapFileLoader.cs
- ResourceContainerWrapper.cs
- MatrixAnimationUsingKeyFrames.cs
- LineServices.cs
- BuildProviderCollection.cs
- DocumentOrderQuery.cs
- AppearanceEditorPart.cs
- SQLGuidStorage.cs
- Bezier.cs
- FunctionDescription.cs
- ProfileInfo.cs
- Transform3DCollection.cs
- ListControlConvertEventArgs.cs
- DataFormat.cs
- DataColumnPropertyDescriptor.cs
- TextBoxAutoCompleteSourceConverter.cs
- LocalizableAttribute.cs
- AuthenticationModuleElement.cs
- ShapingWorkspace.cs
- CompositeFontParser.cs
- InputMethodStateChangeEventArgs.cs
- CalendarSelectionChangedEventArgs.cs
- WebBrowserNavigatingEventHandler.cs
- DependencyStoreSurrogate.cs