Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HostingEnvironmentException.cs
- Menu.cs
- X509RecipientCertificateServiceElement.cs
- RegistrySecurity.cs
- StringAttributeCollection.cs
- MsmqMessage.cs
- WebPartConnectVerb.cs
- Underline.cs
- EventItfInfo.cs
- DivideByZeroException.cs
- IISUnsafeMethods.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- DoubleCollectionValueSerializer.cs
- CodeTypeMember.cs
- SrgsText.cs
- cookiecontainer.cs
- PowerModeChangedEventArgs.cs
- DocumentSchemaValidator.cs
- AnnotationObservableCollection.cs
- SourceFileBuildProvider.cs
- BinaryQueryOperator.cs
- PolygonHotSpot.cs
- ComponentResourceManager.cs
- CustomAttributeBuilder.cs
- ObjectAssociationEndMapping.cs
- RequestCacheEntry.cs
- FilteredAttributeCollection.cs
- RouteUrlExpressionBuilder.cs
- ReferencedAssembly.cs
- WebHeaderCollection.cs
- EntityDesignerUtils.cs
- Paragraph.cs
- ResetableIterator.cs
- ScriptMethodAttribute.cs
- ImageConverter.cs
- PeerTransportCredentialType.cs
- PseudoWebRequest.cs
- Registry.cs
- TextContainerChangeEventArgs.cs
- Dispatcher.cs
- UniqueIdentifierService.cs
- InternalDispatchObject.cs
- SessionPageStateSection.cs
- MenuItemBindingCollection.cs
- ColorConvertedBitmap.cs
- JoinCqlBlock.cs
- SplitterCancelEvent.cs
- Thread.cs
- XamlDesignerSerializationManager.cs
- ThicknessConverter.cs
- HttpWebResponse.cs
- DebugView.cs
- DataBoundControlHelper.cs
- OverrideMode.cs
- DesignerAttribute.cs
- PropertyConverter.cs
- ChildDocumentBlock.cs
- DoubleLinkList.cs
- BinaryUtilClasses.cs
- Stylus.cs
- DoubleLinkList.cs
- SecureStringHasher.cs
- MarkedHighlightComponent.cs
- SystemIcons.cs
- ArrayItemValue.cs
- RectIndependentAnimationStorage.cs
- CommandEventArgs.cs
- ControlAdapter.cs
- EditorPartChrome.cs
- PolyQuadraticBezierSegment.cs
- GroupItem.cs
- OneWayBindingElementImporter.cs
- AutomationEvent.cs
- BackgroundWorker.cs
- ResourceDescriptionAttribute.cs
- MimePart.cs
- ByteRangeDownloader.cs
- QueryableDataSourceHelper.cs
- StylusPointProperties.cs
- BodyGlyph.cs
- SiteMapNode.cs
- DataServiceSaveChangesEventArgs.cs
- CompilationPass2Task.cs
- InfoCardTraceRecord.cs
- CssClassPropertyAttribute.cs
- TimeSpanConverter.cs
- JsonFormatReaderGenerator.cs
- ElementsClipboardData.cs
- DependencyPropertyHelper.cs
- RSAProtectedConfigurationProvider.cs
- MediaContext.cs
- MetafileHeaderWmf.cs
- ConsumerConnectionPointCollection.cs
- SqlProcedureAttribute.cs
- OutputScope.cs
- SecurityException.cs
- WebPartEditVerb.cs
- InfoCardProofToken.cs
- EnumerableCollectionView.cs
- MediaElement.cs