Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Runtime / Remoting / Header.cs / 1 / Header.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: Header.cs ** ** ** Purpose: Defines the out-of-band data for a call ** ** ** ===========================================================*/ namespace System.Runtime.Remoting.Messaging{ using System.Runtime.Remoting; using System; [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class Header { public Header (String _Name, Object _Value) : this(_Name, _Value, true) { } public Header (String _Name, Object _Value, bool _MustUnderstand) { Name = _Name; Value = _Value; MustUnderstand = _MustUnderstand; } public Header (String _Name, Object _Value, bool _MustUnderstand, String _HeaderNamespace) { Name = _Name; Value = _Value; MustUnderstand = _MustUnderstand; HeaderNamespace = _HeaderNamespace; } public String Name; public Object Value; public bool MustUnderstand; public String HeaderNamespace; } } // 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
- ScrollChangedEventArgs.cs
- ObjectDataSourceSelectingEventArgs.cs
- EmptyCollection.cs
- PeerTransportCredentialType.cs
- PeekCompletedEventArgs.cs
- CompModSwitches.cs
- WebPartConnectionsCancelVerb.cs
- HttpPostedFileWrapper.cs
- MsmqOutputMessage.cs
- CodeTryCatchFinallyStatement.cs
- AssemblySettingAttributes.cs
- ServicesExceptionNotHandledEventArgs.cs
- XPathException.cs
- hresults.cs
- FileVersionInfo.cs
- httpapplicationstate.cs
- SetIterators.cs
- XhtmlConformanceSection.cs
- SyndicationContent.cs
- DataTableCollection.cs
- InlineObject.cs
- RolePrincipal.cs
- ValidationError.cs
- Proxy.cs
- InternalConfigSettingsFactory.cs
- SqlOuterApplyReducer.cs
- ClientViaElement.cs
- TraceData.cs
- ListenerServiceInstallComponent.cs
- MatrixUtil.cs
- LinkLabelLinkClickedEvent.cs
- DesignSurface.cs
- ValidatingCollection.cs
- XmlTextReader.cs
- ToolStripSettings.cs
- TopClause.cs
- OleDbReferenceCollection.cs
- HtmlInputFile.cs
- CompositeDataBoundControl.cs
- DriveInfo.cs
- FrameworkElementFactory.cs
- SelectorItemAutomationPeer.cs
- XmlAutoDetectWriter.cs
- CalendarTable.cs
- AssociationSetEnd.cs
- RemoteWebConfigurationHostServer.cs
- MenuItem.cs
- assertwrapper.cs
- DynamicRendererThreadManager.cs
- OdbcFactory.cs
- FilterUserControlBase.cs
- FixedSOMContainer.cs
- FixedSOMFixedBlock.cs
- CodeAttachEventStatement.cs
- Stream.cs
- ThreadAbortException.cs
- BitmapEffectInput.cs
- MeasureItemEvent.cs
- CodeArgumentReferenceExpression.cs
- RelationshipConverter.cs
- ReflectTypeDescriptionProvider.cs
- SQLDecimalStorage.cs
- IPHostEntry.cs
- ClickablePoint.cs
- ResourceAssociationSetEnd.cs
- GeneralTransform3DTo2DTo3D.cs
- ErrorFormatterPage.cs
- InfoCardCryptoHelper.cs
- TraceRecord.cs
- FormViewDeletedEventArgs.cs
- StreamInfo.cs
- WebPartDisplayModeCollection.cs
- AppSettingsExpressionBuilder.cs
- GacUtil.cs
- ByteStreamMessageEncoderFactory.cs
- ModuleBuilderData.cs
- DrawingGroupDrawingContext.cs
- HandlerMappingMemo.cs
- ChangePassword.cs
- ButtonChrome.cs
- NativeCompoundFileAPIs.cs
- SecurityManager.cs
- XmlReflectionImporter.cs
- EmptyControlCollection.cs
- MenuItemStyleCollectionEditor.cs
- MoveSizeWinEventHandler.cs
- InstancePersistenceCommandException.cs
- HideDisabledControlAdapter.cs
- ThicknessAnimationBase.cs
- Types.cs
- nulltextnavigator.cs
- ProjectionPlanCompiler.cs
- ApplicationServiceHelper.cs
- x509store.cs
- ExpressionBinding.cs
- SafeSystemMetrics.cs
- TextServicesPropertyRanges.cs
- HistoryEventArgs.cs
- SqlNotificationRequest.cs
- ResolvedKeyFrameEntry.cs