Code:
/ 4.0 / 4.0 / 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.
// ==++==
//
// 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
- SqlGenerator.cs
- MethodBody.cs
- Source.cs
- SignedXml.cs
- PropertyDescriptor.cs
- XmlSerializableWriter.cs
- WebConfigurationHostFileChange.cs
- TabItemWrapperAutomationPeer.cs
- IsolatedStorageFilePermission.cs
- CodeBlockBuilder.cs
- EntityDataSourceSelectingEventArgs.cs
- AmbientProperties.cs
- CopyAction.cs
- CommandDesigner.cs
- ClientRuntimeConfig.cs
- Knowncolors.cs
- WorkflowRuntimeServiceElement.cs
- CompositeFontParser.cs
- Opcode.cs
- BooleanProjectedSlot.cs
- ServiceHttpModule.cs
- WindowsFormsSectionHandler.cs
- HttpPostedFile.cs
- AbstractDataSvcMapFileLoader.cs
- DecimalAnimationBase.cs
- _DomainName.cs
- RemoveStoryboard.cs
- ResourcePermissionBase.cs
- Trace.cs
- TextAutomationPeer.cs
- SID.cs
- AsnEncodedData.cs
- ByteStorage.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- SkinBuilder.cs
- CommonDialog.cs
- Serializer.cs
- TypeInitializationException.cs
- ListViewUpdateEventArgs.cs
- IPHostEntry.cs
- PartManifestEntry.cs
- PointIndependentAnimationStorage.cs
- DispatcherBuilder.cs
- XmlWellformedWriter.cs
- XmlSchemaCompilationSettings.cs
- DefinitionUpdate.cs
- DesignerImageAdapter.cs
- TabPanel.cs
- UniqueEventHelper.cs
- Collection.cs
- CodeObject.cs
- ClrProviderManifest.cs
- ImportCatalogPart.cs
- FullTextBreakpoint.cs
- OutOfMemoryException.cs
- COM2PropertyBuilderUITypeEditor.cs
- ICspAsymmetricAlgorithm.cs
- GetWinFXPath.cs
- StronglyTypedResourceBuilder.cs
- MobileListItemCollection.cs
- XmlSchemaAttributeGroupRef.cs
- DefaultEventAttribute.cs
- WebPartDeleteVerb.cs
- AndMessageFilter.cs
- xsdvalidator.cs
- UdpReplyToBehavior.cs
- XmlAnyAttributeAttribute.cs
- ClientTargetSection.cs
- DbProviderFactory.cs
- OperationSelectorBehavior.cs
- SqlBuilder.cs
- CustomError.cs
- DurableOperationAttribute.cs
- StringHandle.cs
- AssemblyInfo.cs
- WebPartDeleteVerb.cs
- Int64Storage.cs
- RequestCacheEntry.cs
- TextViewSelectionProcessor.cs
- TraceEventCache.cs
- DocumentOrderQuery.cs
- DataGridViewCellStateChangedEventArgs.cs
- ContentAlignmentEditor.cs
- ListViewUpdatedEventArgs.cs
- FormClosingEvent.cs
- PropertySet.cs
- OracleCommandSet.cs
- CfgRule.cs
- CanonicalXml.cs
- WSDualHttpBinding.cs
- basemetadatamappingvisitor.cs
- AmbientValueAttribute.cs
- HtmlInputButton.cs
- ThreadInterruptedException.cs
- BaseResourcesBuildProvider.cs
- EventSinkHelperWriter.cs
- Msmq3PoisonHandler.cs
- WebPartConnectionsConnectVerb.cs
- Expr.cs
- ConstructorBuilder.cs