Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / SystemNet / Net / IPEndPointCollection.cs / 1305376 / IPEndPointCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; [Serializable] public class IPEndPointCollection : Collection{ public IPEndPointCollection() { } protected override void SetItem(int index, IPEndPoint item) { if (item == null) { throw new ArgumentNullException("item"); } base.SetItem(index, item); } protected override void InsertItem(int index, IPEndPoint item) { if (item == null) { throw new ArgumentNullException("item"); } base.InsertItem(index, item); } } } // 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
- InstanceStoreQueryResult.cs
- PeerNearMe.cs
- OdbcException.cs
- GridItemCollection.cs
- HttpResponseWrapper.cs
- UInt32.cs
- EntitySqlQueryCacheEntry.cs
- DirectoryNotFoundException.cs
- ConnectionProviderAttribute.cs
- OracleBFile.cs
- MaskedTextProvider.cs
- EtwProvider.cs
- TypedDataSourceCodeGenerator.cs
- OperatorExpressions.cs
- regiisutil.cs
- RequestCachePolicy.cs
- StreamReader.cs
- XamlTreeBuilderBamlRecordWriter.cs
- relpropertyhelper.cs
- AuthorizationRuleCollection.cs
- AxisAngleRotation3D.cs
- IdentityNotMappedException.cs
- HttpListener.cs
- SimpleTextLine.cs
- QuinticEase.cs
- ToolStripActionList.cs
- SerializerDescriptor.cs
- DataStorage.cs
- Win32KeyboardDevice.cs
- ToolStripPanelCell.cs
- TextRangeSerialization.cs
- WindowsHyperlink.cs
- DelimitedListTraceListener.cs
- NameGenerator.cs
- XsltContext.cs
- WorkflowApplication.cs
- SchemaHelper.cs
- TextBoxDesigner.cs
- HashHelper.cs
- Tracking.cs
- BindingNavigator.cs
- ObjectReferenceStack.cs
- Duration.cs
- HyperLinkField.cs
- FileAuthorizationModule.cs
- ClrPerspective.cs
- PolyLineSegment.cs
- HelpInfo.cs
- PaperSize.cs
- Int32EqualityComparer.cs
- DataGridViewColumnEventArgs.cs
- SafeBitVector32.cs
- CollectionViewGroupRoot.cs
- XmlSchemaComplexContent.cs
- dtdvalidator.cs
- PersonalizationDictionary.cs
- TemplatePartAttribute.cs
- DataGridCaption.cs
- UnsafeNetInfoNativeMethods.cs
- SingleAnimationUsingKeyFrames.cs
- WsdlImporterElement.cs
- Decorator.cs
- AspNetHostingPermission.cs
- CapabilitiesUse.cs
- ContentOperations.cs
- SqlVisitor.cs
- RelationshipConverter.cs
- TextContainerChangedEventArgs.cs
- AutomationEventArgs.cs
- UmAlQuraCalendar.cs
- RootAction.cs
- ThreadExceptionDialog.cs
- PropertyGridEditorPart.cs
- TrustLevel.cs
- HttpBrowserCapabilitiesBase.cs
- AccessDataSourceView.cs
- Listen.cs
- Misc.cs
- TypeExtensions.cs
- ReadOnlyPropertyMetadata.cs
- Rfc2898DeriveBytes.cs
- LayoutEditorPart.cs
- OneWayChannelListener.cs
- PathGradientBrush.cs
- SchemaDeclBase.cs
- Scene3D.cs
- LinqDataSourceSelectEventArgs.cs
- MemoryResponseElement.cs
- RTLAwareMessageBox.cs
- BamlBinaryWriter.cs
- XmlUtil.cs
- FileSystemWatcher.cs
- BamlTreeUpdater.cs
- EmptyArray.cs
- SafeTokenHandle.cs
- StateMachineWorkflowInstance.cs
- CatalogZoneBase.cs
- IgnoreFileBuildProvider.cs
- ContentControl.cs
- LayoutExceptionEventArgs.cs