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
- OdbcConnectionFactory.cs
- KoreanLunisolarCalendar.cs
- ExtentKey.cs
- BatchParser.cs
- TableLayoutRowStyleCollection.cs
- XmlSchemaInfo.cs
- ListControl.cs
- TreeViewHitTestInfo.cs
- ExpressionBuilder.cs
- RelatedView.cs
- HttpProfileBase.cs
- MemberExpression.cs
- ResourcePermissionBase.cs
- WebPartHelpVerb.cs
- SubclassTypeValidatorAttribute.cs
- URLAttribute.cs
- NameValuePermission.cs
- GenericIdentity.cs
- IssuedTokenServiceCredential.cs
- PasswordRecovery.cs
- LicenseProviderAttribute.cs
- TextEditorMouse.cs
- DesignerActionVerbList.cs
- SafeNativeMethodsCLR.cs
- EtwTrace.cs
- ItemCollection.cs
- SemanticBasicElement.cs
- RecordManager.cs
- MinimizableAttributeTypeConverter.cs
- HttpServerVarsCollection.cs
- UTF7Encoding.cs
- Version.cs
- EnumValAlphaComparer.cs
- DelayedRegex.cs
- FileUtil.cs
- UriSection.cs
- Vector3DAnimation.cs
- GuidTagList.cs
- Content.cs
- AppDomainShutdownMonitor.cs
- DataGridPageChangedEventArgs.cs
- TypedElement.cs
- ToolStripSystemRenderer.cs
- loginstatus.cs
- CodeParameterDeclarationExpressionCollection.cs
- KnownTypesProvider.cs
- HttpResponse.cs
- TransactedReceiveData.cs
- ChannelServices.cs
- ColumnBinding.cs
- Matrix.cs
- VolatileEnlistmentMultiplexing.cs
- EncryptedType.cs
- ImageMap.cs
- ProfileProvider.cs
- NamedObject.cs
- DtdParser.cs
- CharacterBuffer.cs
- AnnotationService.cs
- XdrBuilder.cs
- BodyGlyph.cs
- LeaseManager.cs
- GlobalizationSection.cs
- OleDbRowUpdatingEvent.cs
- DecimalMinMaxAggregationOperator.cs
- TypeBrowserDialog.cs
- TransactionManager.cs
- ColorMatrix.cs
- WebPartMenuStyle.cs
- DataGridPageChangedEventArgs.cs
- OleDbParameter.cs
- FacetEnabledSchemaElement.cs
- SolidColorBrush.cs
- Int64KeyFrameCollection.cs
- FieldMetadata.cs
- EFTableProvider.cs
- RegexWriter.cs
- CodeChecksumPragma.cs
- SerialPort.cs
- FeatureSupport.cs
- RsaKeyIdentifierClause.cs
- XmlDownloadManager.cs
- StateElementCollection.cs
- XmlTypeMapping.cs
- IfJoinedCondition.cs
- SerializationInfo.cs
- AtlasWeb.Designer.cs
- WebBrowserDocumentCompletedEventHandler.cs
- CodeAttributeDeclarationCollection.cs
- TextDecorationCollection.cs
- ProfileSettingsCollection.cs
- IDReferencePropertyAttribute.cs
- Int64Animation.cs
- SchemaImporterExtensionsSection.cs
- CodeDefaultValueExpression.cs
- ListDictionaryInternal.cs
- XmlDataImplementation.cs
- Button.cs
- NameObjectCollectionBase.cs
- MetadataReference.cs