Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Net / System / Net / EndPoint.cs / 1 / EndPoint.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Runtime.InteropServices; using System.Net.Sockets; namespace System.Net { // Generic abstraction to identify network addresses ////// [Serializable] public abstract class EndPoint { ////// Identifies a network address. /// ////// public virtual AddressFamily AddressFamily { get { throw ExceptionHelper.PropertyNotImplementedException; } } ////// Returns the Address Family to which the EndPoint belongs. /// ////// public virtual SocketAddress Serialize() { throw ExceptionHelper.MethodNotImplementedException; } ////// Serializes EndPoint information into a SocketAddress structure. /// ////// public virtual EndPoint Create(SocketAddress socketAddress) { throw ExceptionHelper.MethodNotImplementedException; } }; // abstract class EndPoint } // namespace System.Net/// Creates an EndPoint instance from a SocketAddress structure. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PageCanvasSize.cs
- ThicknessAnimationBase.cs
- ListViewItem.cs
- TrustLevelCollection.cs
- ConnectionOrientedTransportChannelListener.cs
- TypeBuilder.cs
- CellRelation.cs
- DataColumnMappingCollection.cs
- DataKeyArray.cs
- DirectionalLight.cs
- SemaphoreSecurity.cs
- DateTimeFormat.cs
- SingleTagSectionHandler.cs
- AssociatedControlConverter.cs
- ProcessInfo.cs
- CommandHelpers.cs
- URLIdentityPermission.cs
- Parsers.cs
- LinqDataView.cs
- XmlWriterSettings.cs
- EntityDataSourceContainerNameItem.cs
- StrongTypingException.cs
- XmlDataContract.cs
- ContentAlignmentEditor.cs
- EntityDataSourceMemberPath.cs
- MsmqIntegrationSecurity.cs
- RSAPKCS1KeyExchangeFormatter.cs
- CacheDependency.cs
- Script.cs
- Parser.cs
- CodeTypeOfExpression.cs
- ApplicationSecurityManager.cs
- StyleSheetRefUrlEditor.cs
- BitmapScalingModeValidation.cs
- BamlWriter.cs
- OwnerDrawPropertyBag.cs
- PropertyAccessVisitor.cs
- UIElementHelper.cs
- BinaryObjectInfo.cs
- DecoderReplacementFallback.cs
- OdbcCommand.cs
- SqlCommandBuilder.cs
- CatalogZoneBase.cs
- PropertyValueChangedEvent.cs
- Image.cs
- Container.cs
- BamlTreeMap.cs
- Matrix.cs
- DrawingContextDrawingContextWalker.cs
- Attachment.cs
- TrackPoint.cs
- MLangCodePageEncoding.cs
- Pen.cs
- KeyConstraint.cs
- InstanceView.cs
- UnsafeNativeMethods.cs
- ProviderIncompatibleException.cs
- AppModelKnownContentFactory.cs
- Error.cs
- OutputCacheSettingsSection.cs
- ExpressionPrinter.cs
- TypeUnloadedException.cs
- DataGridViewTopLeftHeaderCell.cs
- SqlCacheDependencyDatabaseCollection.cs
- InvokeMemberBinder.cs
- OdbcEnvironment.cs
- XsltInput.cs
- AccessControlList.cs
- Permission.cs
- X509CertificateRecipientClientCredential.cs
- ShapeTypeface.cs
- ComNativeDescriptor.cs
- MimeAnyImporter.cs
- DialogWindow.cs
- WSHttpBindingCollectionElement.cs
- PathSegmentCollection.cs
- ReplacementText.cs
- QilScopedVisitor.cs
- AttachmentCollection.cs
- CompilerErrorCollection.cs
- TextBoxView.cs
- DelayedRegex.cs
- Sql8ExpressionRewriter.cs
- RuleSetBrowserDialog.cs
- EventLogConfiguration.cs
- PhysicalOps.cs
- XmlAnyElementAttribute.cs
- VideoDrawing.cs
- IgnoreFlushAndCloseStream.cs
- ProviderMetadata.cs
- WebProxyScriptElement.cs
- ProgressBar.cs
- FunctionNode.cs
- InstallerTypeAttribute.cs
- DatePickerTextBox.cs
- ExpressionQuoter.cs
- StorageModelBuildProvider.cs
- ConfigXmlElement.cs
- EffectiveValueEntry.cs
- KeyFrames.cs