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
- ScrollEvent.cs
- ReachUIElementCollectionSerializerAsync.cs
- EntityDataSourceChangingEventArgs.cs
- HopperCache.cs
- XmlCompatibilityReader.cs
- CollectionViewGroupRoot.cs
- MenuItemBindingCollection.cs
- ExternalFile.cs
- HotSpotCollection.cs
- HtmlGenericControl.cs
- ZoneIdentityPermission.cs
- StorageMappingFragment.cs
- NativeMethods.cs
- PersonalizationDictionary.cs
- BitmapEffectInput.cs
- XsltInput.cs
- ReadingWritingEntityEventArgs.cs
- Constants.cs
- QuadraticBezierSegment.cs
- PopupEventArgs.cs
- ToolStripGripRenderEventArgs.cs
- LinqDataSourceDeleteEventArgs.cs
- SchemaImporter.cs
- TableRowCollection.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- GuidelineCollection.cs
- InternalConfigHost.cs
- TcpServerChannel.cs
- ThreadPool.cs
- ISAPIRuntime.cs
- TabControlCancelEvent.cs
- ListViewItemEventArgs.cs
- LicenseProviderAttribute.cs
- RegisteredScript.cs
- SQLBoolean.cs
- ObjectNotFoundException.cs
- SiteMapHierarchicalDataSourceView.cs
- PointConverter.cs
- StateWorkerRequest.cs
- Gdiplus.cs
- RolePrincipal.cs
- SymLanguageType.cs
- WebPartMenuStyle.cs
- OleDbWrapper.cs
- Viewport3DAutomationPeer.cs
- BlurBitmapEffect.cs
- WebServicesSection.cs
- StylusLogic.cs
- DataFormat.cs
- _NegotiateClient.cs
- Grant.cs
- TransformerInfo.cs
- ACL.cs
- ConfigurationPropertyAttribute.cs
- TextElementCollectionHelper.cs
- ElementAtQueryOperator.cs
- SchemaComplexType.cs
- LineMetrics.cs
- SecurityManager.cs
- PerfService.cs
- FormViewActionList.cs
- Boolean.cs
- DataGridItemCollection.cs
- TraceUtility.cs
- UnsafeNativeMethodsCLR.cs
- FormViewInsertedEventArgs.cs
- WindowsFormsHostPropertyMap.cs
- MessageSecurityOverMsmq.cs
- WhitespaceReader.cs
- DrawingCollection.cs
- OutOfProcStateClientManager.cs
- DefaultBinder.cs
- DataView.cs
- SqlClientMetaDataCollectionNames.cs
- VectorAnimationBase.cs
- SecurityHelper.cs
- DataGridViewAdvancedBorderStyle.cs
- DataServices.cs
- UnmanagedBitmapWrapper.cs
- CompositeDuplexBindingElement.cs
- DesignerActionGlyph.cs
- WindowManager.cs
- FullTextLine.cs
- XmlAtomErrorReader.cs
- BindingWorker.cs
- WebEvents.cs
- TagNameToTypeMapper.cs
- RadioButtonBaseAdapter.cs
- SettingsProviderCollection.cs
- FacetEnabledSchemaElement.cs
- QilReference.cs
- Registry.cs
- Pens.cs
- SamlAuthorizationDecisionClaimResource.cs
- CrossSiteScriptingValidation.cs
- MultitargetingHelpers.cs
- XmlProcessingInstruction.cs
- InternalResources.cs
- StylusPointProperties.cs
- SoapExtensionTypeElement.cs