Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / Remoting / Header.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ListControl.cs
- ResourceReader.cs
- CodeSubDirectory.cs
- ReadOnlyCollectionBuilder.cs
- PrivilegedConfigurationManager.cs
- SimpleTextLine.cs
- Window.cs
- WebBrowsableAttribute.cs
- DrawingVisualDrawingContext.cs
- ToolStripSplitStackLayout.cs
- ServiceXNameTypeConverter.cs
- Vector3DKeyFrameCollection.cs
- SpeechSeg.cs
- RuntimeVariablesExpression.cs
- AsyncStreamReader.cs
- CommandBindingCollection.cs
- _StreamFramer.cs
- DataServiceProcessingPipelineEventArgs.cs
- WindowPatternIdentifiers.cs
- BamlCollectionHolder.cs
- TypedElement.cs
- SecurityTokenProvider.cs
- SchemaDeclBase.cs
- NonParentingControl.cs
- ListView.cs
- MenuAdapter.cs
- TextEndOfLine.cs
- CompileLiteralTextParser.cs
- ColorTransformHelper.cs
- Validator.cs
- TextRunCacheImp.cs
- DataGridViewRowPrePaintEventArgs.cs
- HostedBindingBehavior.cs
- DependencyPropertyKey.cs
- WebControlsSection.cs
- MouseDevice.cs
- SystemIcmpV4Statistics.cs
- RegexCharClass.cs
- ValidationRuleCollection.cs
- GACIdentityPermission.cs
- IntSecurity.cs
- XhtmlBasicTextViewAdapter.cs
- X509Certificate2Collection.cs
- SubclassTypeValidatorAttribute.cs
- InternalConfigHost.cs
- ConfigurationStrings.cs
- ListMarkerSourceInfo.cs
- SQLSingleStorage.cs
- TransactionProtocol.cs
- Translator.cs
- ActiveXContainer.cs
- Shared.cs
- PriorityBindingExpression.cs
- XmlDocumentType.cs
- RtfNavigator.cs
- ColorContextHelper.cs
- NonVisualControlAttribute.cs
- PropertyDescriptor.cs
- AccessViolationException.cs
- DoubleAnimationUsingPath.cs
- PipelineModuleStepContainer.cs
- RoleManagerEventArgs.cs
- PaperSource.cs
- StylusEditingBehavior.cs
- StartFileNameEditor.cs
- BinaryFormatterWriter.cs
- SafeRightsManagementQueryHandle.cs
- ObjectDataSourceStatusEventArgs.cs
- Cursors.cs
- DataSvcMapFile.cs
- EventItfInfo.cs
- Authorization.cs
- SelectionRangeConverter.cs
- XmlAnyAttributeAttribute.cs
- XmlEnumAttribute.cs
- TimersDescriptionAttribute.cs
- HtmlPageAdapter.cs
- PhysicalFontFamily.cs
- ItemAutomationPeer.cs
- WorkflowServiceBuildProvider.cs
- GeneratedCodeAttribute.cs
- EventWaitHandleSecurity.cs
- SubclassTypeValidator.cs
- Regex.cs
- rsa.cs
- DBConcurrencyException.cs
- ImageListStreamer.cs
- ImageAnimator.cs
- StateMachine.cs
- Events.cs
- ApplicationServicesHostFactory.cs
- ResourceDescriptionAttribute.cs
- RootBrowserWindowProxy.cs
- TreeWalkHelper.cs
- DesignerLoader.cs
- PaperSource.cs
- DoubleStorage.cs
- SourceInterpreter.cs
- StyleXamlTreeBuilder.cs
- MarkupObject.cs