Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / EndPoint.cs / 1305376 / 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 // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Creates an EndPoint instance from a SocketAddress structure. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XhtmlConformanceSection.cs
- WebPartTransformer.cs
- ParallelTimeline.cs
- SqlMultiplexer.cs
- ExtendedPropertyCollection.cs
- ZipIOCentralDirectoryBlock.cs
- SafeFileMappingHandle.cs
- DbConnectionInternal.cs
- TreeView.cs
- XmlDataLoader.cs
- TimelineClockCollection.cs
- WorkflowHostingResponseContext.cs
- EntityDataSourceUtil.cs
- PerformanceCounterManager.cs
- HttpApplicationStateWrapper.cs
- Application.cs
- xml.cs
- CheckBoxFlatAdapter.cs
- SizeAnimation.cs
- WorkflowItemsPresenter.cs
- TraceContextRecord.cs
- XmlSchemaComplexContentExtension.cs
- HttpProtocolReflector.cs
- XmlDigitalSignatureProcessor.cs
- brushes.cs
- RowVisual.cs
- Size3DConverter.cs
- OdbcConnectionPoolProviderInfo.cs
- XmlQueryTypeFactory.cs
- GenericXmlSecurityToken.cs
- OleDbRowUpdatedEvent.cs
- ConfigurationValue.cs
- AppDomainFactory.cs
- CacheMode.cs
- HtmlInputReset.cs
- StylesEditorDialog.cs
- TraceUtils.cs
- BamlResourceContent.cs
- MimeAnyImporter.cs
- Model3D.cs
- ConvertersCollection.cs
- StickyNoteContentControl.cs
- NullableDoubleAverageAggregationOperator.cs
- BaseCodePageEncoding.cs
- TypeSystem.cs
- FormViewPageEventArgs.cs
- UInt32Storage.cs
- PointLightBase.cs
- ConfigXmlReader.cs
- PointAnimation.cs
- AutoGeneratedFieldProperties.cs
- DataGridTablesFactory.cs
- WebPartConnectionsCancelEventArgs.cs
- Icon.cs
- ComponentDispatcherThread.cs
- EventLogger.cs
- CodeTypeDeclarationCollection.cs
- HashMembershipCondition.cs
- ApplyTemplatesAction.cs
- FixedDocument.cs
- QilXmlReader.cs
- DataSourceSelectArguments.cs
- HtmlEncodedRawTextWriter.cs
- DataBoundControlHelper.cs
- BaseTemplateBuildProvider.cs
- SafeLibraryHandle.cs
- UIntPtr.cs
- Repeater.cs
- BoundingRectTracker.cs
- ModelEditingScope.cs
- Label.cs
- MemberPathMap.cs
- RequestCachePolicyConverter.cs
- RowType.cs
- ArrayConverter.cs
- WorkflowOperationErrorHandler.cs
- AttachedPropertyMethodSelector.cs
- WorkflowEnvironment.cs
- ParentControlDesigner.cs
- FrameDimension.cs
- CreateUserErrorEventArgs.cs
- PropVariant.cs
- XamlBrushSerializer.cs
- RegexCode.cs
- XamlClipboardData.cs
- RightsManagementEncryptionTransform.cs
- XmlUtilWriter.cs
- VerificationAttribute.cs
- XsdDataContractExporter.cs
- Resources.Designer.cs
- OdbcFactory.cs
- IIS7WorkerRequest.cs
- EventListener.cs
- ActiveXHost.cs
- NativeMethodsOther.cs
- ProtocolException.cs
- UniqueConstraint.cs
- PropertyOverridesDialog.cs
- DataGridColumnStyleMappingNameEditor.cs
- FormViewInsertedEventArgs.cs