Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / SoapHeaders.cs / 1305376 / SoapHeaders.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System.Web.Services; using System.Xml.Serialization; using System; using System.Reflection; using System.Collections; using System.IO; using System.ComponentModel; using System.Security.Permissions; ////// /// [PermissionSet(SecurityAction.InheritanceDemand, Name="FullTrust")] public class SoapHeaderCollection : CollectionBase { ///[To be supplied.] ////// /// public SoapHeader this[int index] { get { return (SoapHeader)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(SoapHeader header) { return List.Add(header); } ///[To be supplied.] ////// /// public void Insert(int index, SoapHeader header) { List.Insert(index, header); } ///[To be supplied.] ////// /// public int IndexOf(SoapHeader header) { return List.IndexOf(header); } ///[To be supplied.] ////// /// public bool Contains(SoapHeader header) { return List.Contains(header); } ///[To be supplied.] ////// /// public void Remove(SoapHeader header) { List.Remove(header); } ///[To be supplied.] ////// /// public void CopyTo(SoapHeader[] array, int index) { List.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System.Web.Services; using System.Xml.Serialization; using System; using System.Reflection; using System.Collections; using System.IO; using System.ComponentModel; using System.Security.Permissions; ////// /// [PermissionSet(SecurityAction.InheritanceDemand, Name="FullTrust")] public class SoapHeaderCollection : CollectionBase { ///[To be supplied.] ////// /// public SoapHeader this[int index] { get { return (SoapHeader)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(SoapHeader header) { return List.Add(header); } ///[To be supplied.] ////// /// public void Insert(int index, SoapHeader header) { List.Insert(index, header); } ///[To be supplied.] ////// /// public int IndexOf(SoapHeader header) { return List.IndexOf(header); } ///[To be supplied.] ////// /// public bool Contains(SoapHeader header) { return List.Contains(header); } ///[To be supplied.] ////// /// public void Remove(SoapHeader header) { List.Remove(header); } ///[To be supplied.] ////// /// public void CopyTo(SoapHeader[] array, int index) { List.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FontEmbeddingManager.cs
- AsyncPostBackTrigger.cs
- DocumentGridContextMenu.cs
- ThousandthOfEmRealPoints.cs
- Error.cs
- Number.cs
- FileClassifier.cs
- FlagsAttribute.cs
- TrayIconDesigner.cs
- BitmapCodecInfo.cs
- XmlDictionaryWriter.cs
- TemplateComponentConnector.cs
- SqlProfileProvider.cs
- LineSegment.cs
- CaseInsensitiveHashCodeProvider.cs
- QilStrConcatenator.cs
- DataSvcMapFileSerializer.cs
- InputElement.cs
- Expr.cs
- DropSource.cs
- HybridObjectCache.cs
- Binding.cs
- ActivationServices.cs
- KeysConverter.cs
- ObjectComplexPropertyMapping.cs
- ConsumerConnectionPointCollection.cs
- M3DUtil.cs
- SmiEventSink_DeferedProcessing.cs
- NativeMethods.cs
- XPathConvert.cs
- PrintDialog.cs
- ErrorEventArgs.cs
- ConnectionStringEditor.cs
- PrintControllerWithStatusDialog.cs
- DataControlFieldHeaderCell.cs
- codemethodreferenceexpression.cs
- AlgoModule.cs
- InternalResources.cs
- DataRowExtensions.cs
- MasterPageCodeDomTreeGenerator.cs
- WsatServiceCertificate.cs
- AssociatedControlConverter.cs
- ADRoleFactoryConfiguration.cs
- Point3DCollectionConverter.cs
- SourceFileInfo.cs
- SafeNativeMethodsMilCoreApi.cs
- ThrowHelper.cs
- ProgressBarRenderer.cs
- ParseElementCollection.cs
- SqlStream.cs
- HttpCookiesSection.cs
- ToolZone.cs
- CatalogZoneBase.cs
- ObjectDataSourceDisposingEventArgs.cs
- JsonReader.cs
- PackUriHelper.cs
- OrderPreservingPipeliningSpoolingTask.cs
- ShortcutKeysEditor.cs
- BrowserCapabilitiesCodeGenerator.cs
- NameTable.cs
- XmlAttributeHolder.cs
- EncoderNLS.cs
- ToolStripStatusLabel.cs
- SortedList.cs
- WindowsAltTab.cs
- CodeDirectoryCompiler.cs
- FileResponseElement.cs
- ListViewItemSelectionChangedEvent.cs
- SafePEFileHandle.cs
- EntityRecordInfo.cs
- HealthMonitoringSectionHelper.cs
- RevocationPoint.cs
- ColumnWidthChangingEvent.cs
- FixedDSBuilder.cs
- TextServicesHost.cs
- DirectoryNotFoundException.cs
- TypeViewSchema.cs
- EventHandlerList.cs
- RequestCacheEntry.cs
- TransferRequestHandler.cs
- Stackframe.cs
- ToolZone.cs
- StringValidatorAttribute.cs
- HashJoinQueryOperatorEnumerator.cs
- FixedTextContainer.cs
- PageAsyncTaskManager.cs
- CompilerGlobalScopeAttribute.cs
- MetabaseServerConfig.cs
- RequestCacheManager.cs
- TypeElement.cs
- Touch.cs
- SequentialOutput.cs
- EpmSyndicationContentSerializer.cs
- DataGridItemAttachedStorage.cs
- DesignerForm.cs
- EntityDataSource.cs
- DiagnosticTraceSource.cs
- BlurEffect.cs
- XmlTypeMapping.cs
- xml.cs