Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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; } } // 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
- WebPartDeleteVerb.cs
- DbTypeMap.cs
- ContentTextAutomationPeer.cs
- Soap.cs
- safelinkcollection.cs
- SurrogateSelector.cs
- EmissiveMaterial.cs
- xamlnodes.cs
- CodeAssignStatement.cs
- SyntaxCheck.cs
- MaskInputRejectedEventArgs.cs
- UnsafeNativeMethods.cs
- UniqueIdentifierService.cs
- FontNameEditor.cs
- COM2Enum.cs
- UpdateExpressionVisitor.cs
- DrawingServices.cs
- WrappedReader.cs
- XslAst.cs
- TerminatorSinks.cs
- ComplusTypeValidator.cs
- ProgressiveCrcCalculatingStream.cs
- ComboBox.cs
- IPipelineRuntime.cs
- Label.cs
- ArcSegment.cs
- Graph.cs
- StylusPointPropertyInfo.cs
- ComplexPropertyEntry.cs
- BinaryParser.cs
- ItemCheckedEvent.cs
- PrintSystemException.cs
- HtmlSelectionListAdapter.cs
- FixedSOMPage.cs
- AuthenticationService.cs
- RegexCode.cs
- DataGridViewColumn.cs
- CDSsyncETWBCLProvider.cs
- DetailsViewPageEventArgs.cs
- AncillaryOps.cs
- NotifyIcon.cs
- FileUpload.cs
- DataTemplateSelector.cs
- Region.cs
- ResourceReader.cs
- QuotedPrintableStream.cs
- MsmqBindingMonitor.cs
- WebPartEditorOkVerb.cs
- ClientEventManager.cs
- KeyFrames.cs
- HtmlInputSubmit.cs
- Drawing.cs
- HashAlgorithm.cs
- CheckBox.cs
- SecurityTokenValidationException.cs
- DataServiceQueryContinuation.cs
- FillBehavior.cs
- StyleTypedPropertyAttribute.cs
- RSAOAEPKeyExchangeFormatter.cs
- ParsedAttributeCollection.cs
- ExtensibleClassFactory.cs
- InkPresenterAutomationPeer.cs
- Identity.cs
- XmlValidatingReader.cs
- QueryParameter.cs
- PointCollectionConverter.cs
- HttpsChannelFactory.cs
- BookmarkManager.cs
- Sentence.cs
- ImageIndexConverter.cs
- TextTreeNode.cs
- ObjectListFieldCollection.cs
- ListViewDataItem.cs
- XmlNamespaceDeclarationsAttribute.cs
- XmlSchemaAnnotated.cs
- designeractionlistschangedeventargs.cs
- PrintPreviewDialog.cs
- InstancePersistenceCommandException.cs
- UnsafeNativeMethods.cs
- ParameterElement.cs
- TrackingMemoryStream.cs
- CollectionBase.cs
- DataSourceSelectArguments.cs
- RouteValueExpressionBuilder.cs
- BaseCollection.cs
- GlyphingCache.cs
- RightsManagementInformation.cs
- PenContext.cs
- Viewport3DAutomationPeer.cs
- Variable.cs
- XPathDescendantIterator.cs
- RevocationPoint.cs
- BindUriHelper.cs
- CredentialManagerDialog.cs
- MinMaxParagraphWidth.cs
- TypeAccessException.cs
- PageThemeCodeDomTreeGenerator.cs
- DefaultMemberAttribute.cs
- TypeUtil.cs
- DbDataRecord.cs