Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- PrintControllerWithStatusDialog.cs
- DesignerVerbToolStripMenuItem.cs
- MimeParameter.cs
- Lease.cs
- DbConnectionStringBuilder.cs
- CompositeKey.cs
- SoapServerMessage.cs
- MemberAccessException.cs
- GridItem.cs
- EditingMode.cs
- SelectionItemProviderWrapper.cs
- DataGridViewRowHeaderCell.cs
- DataErrorValidationRule.cs
- InputReportEventArgs.cs
- CommandBindingCollection.cs
- AddingNewEventArgs.cs
- CachedFontFamily.cs
- BrowserDefinitionCollection.cs
- SafeMILHandle.cs
- LongSumAggregationOperator.cs
- AppendHelper.cs
- ScalarRestriction.cs
- DataGridViewAutoSizeModeEventArgs.cs
- HwndHost.cs
- IFlowDocumentViewer.cs
- TreeNodeEventArgs.cs
- ArithmeticException.cs
- HotSpot.cs
- KnownColorTable.cs
- QueryContinueDragEventArgs.cs
- AsyncStreamReader.cs
- RequestCacheValidator.cs
- MailMessageEventArgs.cs
- ScriptResourceAttribute.cs
- ReflectionTypeLoadException.cs
- SystemResources.cs
- ParallelLoopState.cs
- EntityTemplateFactory.cs
- TypeUtils.cs
- GroupByQueryOperator.cs
- CompilerError.cs
- GenerateScriptTypeAttribute.cs
- ActivityBindForm.cs
- DefaultPropertiesToSend.cs
- AutomationPatternInfo.cs
- GlobalProxySelection.cs
- AccessViolationException.cs
- QueryUtil.cs
- TreeViewAutomationPeer.cs
- CfgSemanticTag.cs
- CharUnicodeInfo.cs
- FtpCachePolicyElement.cs
- RepeaterCommandEventArgs.cs
- FunctionImportElement.cs
- ParentUndoUnit.cs
- Security.cs
- FixedNode.cs
- DataControlButton.cs
- Domain.cs
- VoiceObjectToken.cs
- ImageAnimator.cs
- TabPanel.cs
- AlternateViewCollection.cs
- SqlFormatter.cs
- CacheDict.cs
- WsdlBuildProvider.cs
- base64Transforms.cs
- MessagePropertyFilter.cs
- DataGridViewIntLinkedList.cs
- TraceLevelStore.cs
- WebConfigurationHost.cs
- UpdateException.cs
- BevelBitmapEffect.cs
- DataTableMappingCollection.cs
- AgileSafeNativeMemoryHandle.cs
- Lookup.cs
- XmlSerializableServices.cs
- Visual3DCollection.cs
- SignatureConfirmations.cs
- ReadOnlyCollectionBuilder.cs
- CodeThrowExceptionStatement.cs
- TransformedBitmap.cs
- StaticResourceExtension.cs
- Avt.cs
- ParserExtension.cs
- SHA256Managed.cs
- FileReservationCollection.cs
- EUCJPEncoding.cs
- TextUtf8RawTextWriter.cs
- HttpProxyCredentialType.cs
- ScrollViewerAutomationPeer.cs
- propertytag.cs
- BasePropertyDescriptor.cs
- Configuration.cs
- XPathNodeIterator.cs
- WorkflowServiceBehavior.cs
- TransactionFlowAttribute.cs
- ZipIOExtraFieldPaddingElement.cs
- BreadCrumbTextConverter.cs
- Rect3DConverter.cs