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
- MatrixUtil.cs
- WindowsNonControl.cs
- TextTabProperties.cs
- ChannelEndpointElement.cs
- AccessText.cs
- MediaContextNotificationWindow.cs
- _ListenerAsyncResult.cs
- XmlCodeExporter.cs
- IPCCacheManager.cs
- SingleTagSectionHandler.cs
- XamlPathDataSerializer.cs
- ToolStripManager.cs
- TextRunTypographyProperties.cs
- WebPartConnectionsDisconnectVerb.cs
- InstanceStoreQueryResult.cs
- BidOverLoads.cs
- DesignerCategoryAttribute.cs
- MsmqBindingMonitor.cs
- ManualResetEvent.cs
- WhiteSpaceTrimStringConverter.cs
- EventData.cs
- PersonalizationStateQuery.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- ShaderEffect.cs
- DataObjectEventArgs.cs
- ObjectTokenCategory.cs
- WebConvert.cs
- ReversePositionQuery.cs
- documentsequencetextview.cs
- TrackingLocationCollection.cs
- wgx_commands.cs
- DBSqlParserTable.cs
- Types.cs
- SettingsPropertyCollection.cs
- FrameworkReadOnlyPropertyMetadata.cs
- SeekStoryboard.cs
- SortKey.cs
- DocumentsTrace.cs
- JsonReader.cs
- ApplicationServiceHelper.cs
- Page.cs
- RequestTimeoutManager.cs
- KnownBoxes.cs
- InternalPermissions.cs
- InvalidMessageContractException.cs
- FixedSOMLineCollection.cs
- ColumnPropertiesGroup.cs
- ScrollViewerAutomationPeer.cs
- XPathNodeList.cs
- TraceEventCache.cs
- SqlTrackingService.cs
- CompositeControl.cs
- RawStylusSystemGestureInputReport.cs
- ITextView.cs
- CheckBox.cs
- controlskin.cs
- ValidatorCompatibilityHelper.cs
- SetterBaseCollection.cs
- InvalidDocumentContentsException.cs
- DocumentViewer.cs
- PropertiesTab.cs
- SortAction.cs
- XmlQueryType.cs
- Transform.cs
- XNameTypeConverter.cs
- CellCreator.cs
- PartitionResolver.cs
- WebPartCatalogCloseVerb.cs
- SizeAnimationUsingKeyFrames.cs
- SmtpReplyReader.cs
- RSAOAEPKeyExchangeFormatter.cs
- OciLobLocator.cs
- XmlDocument.cs
- ValidationEventArgs.cs
- Enlistment.cs
- SecurityCriticalDataForSet.cs
- EntityClientCacheEntry.cs
- ManifestSignedXml.cs
- PageRouteHandler.cs
- GlyphingCache.cs
- SecurityPermission.cs
- XmlILOptimizerVisitor.cs
- SamlConditions.cs
- OdbcConnection.cs
- AnnotationResourceCollection.cs
- StateInitialization.cs
- PlatformNotSupportedException.cs
- ComboBox.cs
- WindowsListBox.cs
- HighlightComponent.cs
- CalloutQueueItem.cs
- TextServicesLoader.cs
- ping.cs
- EraserBehavior.cs
- Assign.cs
- BufferAllocator.cs
- MessagingDescriptionAttribute.cs
- DesignerTransactionCloseEvent.cs
- Profiler.cs
- ElementHostAutomationPeer.cs