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
- XmlSchemaSimpleContentRestriction.cs
- QilNode.cs
- StringValueConverter.cs
- TextStore.cs
- Item.cs
- WebPartConnectionsCancelVerb.cs
- AssemblyName.cs
- QueueProcessor.cs
- PerspectiveCamera.cs
- TextEditorThreadLocalStore.cs
- CodeIterationStatement.cs
- DocumentOrderQuery.cs
- DataSourceExpression.cs
- ToolStripDropDown.cs
- FixedPageStructure.cs
- ReturnValue.cs
- SymmetricAlgorithm.cs
- RegexCompiler.cs
- CompareInfo.cs
- WebRequestModuleElement.cs
- PaginationProgressEventArgs.cs
- Compilation.cs
- NativeMethods.cs
- EventDescriptor.cs
- LexicalChunk.cs
- GeneratedContractType.cs
- EntityUtil.cs
- StringHelper.cs
- NullableFloatSumAggregationOperator.cs
- HostedHttpRequestAsyncResult.cs
- DynamicValidator.cs
- SizeF.cs
- Error.cs
- TemplateBindingExtension.cs
- ClassImporter.cs
- ToolBarButtonClickEvent.cs
- BamlBinaryWriter.cs
- Sql8ConformanceChecker.cs
- SymLanguageVendor.cs
- ObfuscateAssemblyAttribute.cs
- MetadataItemCollectionFactory.cs
- TCPClient.cs
- ArgumentOutOfRangeException.cs
- TitleStyle.cs
- GregorianCalendarHelper.cs
- ModelTreeManager.cs
- ComplexObject.cs
- parserscommon.cs
- SystemInformation.cs
- InputBinder.cs
- MetaTableHelper.cs
- NamedObject.cs
- RecognizerBase.cs
- SendContent.cs
- Decimal.cs
- InternalConfigSettingsFactory.cs
- StrokeNodeData.cs
- RadialGradientBrush.cs
- HashMembershipCondition.cs
- RelationshipDetailsRow.cs
- PageThemeBuildProvider.cs
- WizardStepBase.cs
- XmlUnspecifiedAttribute.cs
- Stroke2.cs
- LoginViewDesigner.cs
- ContextStack.cs
- TextServicesProperty.cs
- CaseDesigner.xaml.cs
- ColorPalette.cs
- Switch.cs
- ToolStripDropDownItem.cs
- CacheChildrenQuery.cs
- ListenerAdapter.cs
- ProgressBar.cs
- TreeViewDesigner.cs
- CollectionBuilder.cs
- DataGridTextBox.cs
- DataSourceHelper.cs
- QueryProcessor.cs
- SecurityHelper.cs
- SafeEventLogWriteHandle.cs
- ExpressionPrinter.cs
- EntitySqlException.cs
- FileDialog_Vista.cs
- LocalBuilder.cs
- XmlText.cs
- CodeIndexerExpression.cs
- TreeViewItem.cs
- ObjectHandle.cs
- RequestCache.cs
- DesignerOptionService.cs
- ImageBrush.cs
- String.cs
- PathSegment.cs
- HostUtils.cs
- OverlappedContext.cs
- LayoutTableCell.cs
- MetadataUtilsSmi.cs
- NonNullItemCollection.cs
- PolyLineSegment.cs