Code:
/ FX-1434 / FX-1434 / 1.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
- AssemblyName.cs
- DataSourceXmlClassAttribute.cs
- EntityCommandDefinition.cs
- DataGrid.cs
- Logging.cs
- X500Name.cs
- UrlPath.cs
- ChangeConflicts.cs
- InvalidChannelBindingException.cs
- MsmqIntegrationBindingCollectionElement.cs
- ReadOnlyKeyedCollection.cs
- WebPartActionVerb.cs
- TypedElement.cs
- ExtensionDataObject.cs
- TriState.cs
- NegationPusher.cs
- HtmlEncodedRawTextWriter.cs
- TableColumn.cs
- ListBoxAutomationPeer.cs
- PerspectiveCamera.cs
- WebBrowserNavigatingEventHandler.cs
- HierarchicalDataSourceControl.cs
- NullableFloatAverageAggregationOperator.cs
- ComponentResourceManager.cs
- Clock.cs
- ProgressBarRenderer.cs
- ToolboxBitmapAttribute.cs
- oledbconnectionstring.cs
- SevenBitStream.cs
- ListViewGroup.cs
- ValidatorUtils.cs
- BitmapImage.cs
- Simplifier.cs
- FontConverter.cs
- NotImplementedException.cs
- IPGlobalProperties.cs
- WindowsFormsSynchronizationContext.cs
- ThreadAbortException.cs
- DoubleAnimation.cs
- EventLogWatcher.cs
- DataColumn.cs
- BamlLocalizableResource.cs
- CodeAccessSecurityEngine.cs
- ListBindingHelper.cs
- FilterableData.cs
- DynamicHyperLink.cs
- AnimationClock.cs
- DrawingServices.cs
- ActiveXSite.cs
- DataGridItem.cs
- ForceCopyBuildProvider.cs
- AnimationLayer.cs
- DocumentCollection.cs
- ParameterInfo.cs
- RequestCacheValidator.cs
- SchemaAttDef.cs
- CodeCompileUnit.cs
- StretchValidation.cs
- CfgParser.cs
- CodeAccessPermission.cs
- DependencyPropertyChangedEventArgs.cs
- HostingEnvironmentException.cs
- ProfileSettings.cs
- ConfigurationManagerInternal.cs
- ManualResetEvent.cs
- XamlReaderHelper.cs
- BamlVersionHeader.cs
- ScrollItemPatternIdentifiers.cs
- ConfigXmlCDataSection.cs
- ActionFrame.cs
- UpdatePanelControlTrigger.cs
- AnonymousIdentificationModule.cs
- TextOnlyOutput.cs
- TextSerializer.cs
- AdapterUtil.cs
- SerializableAuthorizationContext.cs
- DataTableReaderListener.cs
- RowUpdatedEventArgs.cs
- Visual3D.cs
- AllMembershipCondition.cs
- QueryPageSettingsEventArgs.cs
- Matrix.cs
- HostingEnvironment.cs
- TdsParserSafeHandles.cs
- PackageRelationshipSelector.cs
- TrustManagerMoreInformation.cs
- DataTableCollection.cs
- InfoCardTraceRecord.cs
- PackageProperties.cs
- CompilerCollection.cs
- TransportBindingElement.cs
- ApplicationFileParser.cs
- Rect.cs
- ProxyWebPartManagerDesigner.cs
- EventMappingSettingsCollection.cs
- SystemWebSectionGroup.cs
- sitestring.cs
- OutputCacheSection.cs
- FileSecurity.cs
- BitmapEffectGeneralTransform.cs