Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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 // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Creates an EndPoint instance from a SocketAddress structure. /// ///// 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
- odbcmetadatacolumnnames.cs
- SettingsPropertyValue.cs
- WindowsMenu.cs
- SafeFileMappingHandle.cs
- DesignerView.Commands.cs
- DataRowCollection.cs
- DataRelationCollection.cs
- ELinqQueryState.cs
- AppSettings.cs
- ResourceBinder.cs
- TypedElement.cs
- RuleSettingsCollection.cs
- AvTraceFormat.cs
- UriParserTemplates.cs
- DbMetaDataColumnNames.cs
- TypeUsage.cs
- Int32RectConverter.cs
- WindowsProgressbar.cs
- HotSpotCollection.cs
- IfAction.cs
- XmlSigningNodeWriter.cs
- ToolStripDropDownItemDesigner.cs
- SqlConnectionFactory.cs
- fixedPageContentExtractor.cs
- SiteMapPathDesigner.cs
- DBSchemaTable.cs
- DataReaderContainer.cs
- WhitespaceRule.cs
- ConstructorArgumentAttribute.cs
- SoapIgnoreAttribute.cs
- Html32TextWriter.cs
- Regex.cs
- IntSecurity.cs
- oledbconnectionstring.cs
- MarkerProperties.cs
- StateMachineAction.cs
- IntSecurity.cs
- StartFileNameEditor.cs
- PasswordRecovery.cs
- XPathNavigatorReader.cs
- EmbeddedMailObjectsCollection.cs
- StateMachine.cs
- TextBlock.cs
- BrowserDefinition.cs
- Psha1DerivedKeyGenerator.cs
- ComponentCollection.cs
- FunctionImportElement.cs
- SqlFacetAttribute.cs
- Overlapped.cs
- WebReferencesBuildProvider.cs
- DeferredElementTreeState.cs
- DbProviderManifest.cs
- ToolStripItemClickedEventArgs.cs
- FilteredDataSetHelper.cs
- VolatileResourceManager.cs
- SimpleHandlerFactory.cs
- TreeNode.cs
- DocumentScope.cs
- Stylus.cs
- IntegerValidator.cs
- NameTable.cs
- TempFiles.cs
- HttpCapabilitiesSectionHandler.cs
- Polygon.cs
- PkcsMisc.cs
- BaseTemplateBuildProvider.cs
- HelloOperationCD1AsyncResult.cs
- FormViewPageEventArgs.cs
- TypeUsageBuilder.cs
- Light.cs
- TraceHwndHost.cs
- RequestQueue.cs
- FilterException.cs
- Win32SafeHandles.cs
- CompiledAction.cs
- XmlMtomReader.cs
- EditorPartDesigner.cs
- SmiGettersStream.cs
- PathNode.cs
- AttachmentCollection.cs
- RootBuilder.cs
- PresentationSource.cs
- TextChange.cs
- ThicknessAnimationBase.cs
- DbTransaction.cs
- ListBox.cs
- TextDecorationCollectionConverter.cs
- AllMembershipCondition.cs
- Form.cs
- ServiceDescriptions.cs
- AdapterDictionary.cs
- VirtualDirectoryMappingCollection.cs
- COM2ComponentEditor.cs
- WorkflowServiceHostFactory.cs
- FormViewUpdateEventArgs.cs
- CmsInterop.cs
- Exceptions.cs
- EventEntry.cs
- AssemblyGen.cs
- EventProviderWriter.cs