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
- SqlConnectionString.cs
- MethodMessage.cs
- PipeStream.cs
- CodeDomDecompiler.cs
- SqlCacheDependencySection.cs
- DataStreamFromComStream.cs
- ContainerControlDesigner.cs
- StyleModeStack.cs
- TextBox.cs
- UpDownBaseDesigner.cs
- SelectedGridItemChangedEvent.cs
- FlowNode.cs
- ListViewCancelEventArgs.cs
- ByteArrayHelperWithString.cs
- String.cs
- Registry.cs
- MultiBinding.cs
- WindowsIdentity.cs
- RtfNavigator.cs
- PaperSize.cs
- TextTreeNode.cs
- listviewsubitemcollectioneditor.cs
- DataGridViewCellCollection.cs
- DiscoveryProxy.cs
- _SecureChannel.cs
- WebPartManagerInternals.cs
- ISAPIApplicationHost.cs
- WeakHashtable.cs
- SafeNativeMethodsMilCoreApi.cs
- SafeFindHandle.cs
- OperationAbortedException.cs
- AutoGeneratedField.cs
- FrameworkContextData.cs
- DirectoryObjectSecurity.cs
- EventPropertyMap.cs
- DeobfuscatingStream.cs
- XmlSchemaObjectCollection.cs
- DataControlCommands.cs
- OdbcConnectionOpen.cs
- DropShadowBitmapEffect.cs
- ButtonBase.cs
- SqlUdtInfo.cs
- MatrixTransform.cs
- ConnectionStringsExpressionBuilder.cs
- RectAnimation.cs
- DataGridColumnReorderingEventArgs.cs
- NullableDecimalSumAggregationOperator.cs
- SplineKeyFrames.cs
- HttpListenerRequest.cs
- TreeViewImageIndexConverter.cs
- TypedDatasetGenerator.cs
- SecurityTokenReferenceStyle.cs
- StringValidator.cs
- VScrollBar.cs
- CommandDevice.cs
- ImageMap.cs
- ExceptionHelpers.cs
- AttributeCallbackBuilder.cs
- RegexRunner.cs
- MaskPropertyEditor.cs
- MasterPageCodeDomTreeGenerator.cs
- CodeDefaultValueExpression.cs
- TextEditorTables.cs
- CodeCommentStatementCollection.cs
- ImageMap.cs
- NotificationContext.cs
- OneWayBindingElementImporter.cs
- KeyPressEvent.cs
- HttpModuleAction.cs
- SecurityToken.cs
- StatusBar.cs
- TemplateBindingExtension.cs
- DesignerAdapterUtil.cs
- LongValidator.cs
- SqlVisitor.cs
- OnOperation.cs
- ProfileBuildProvider.cs
- PageBuildProvider.cs
- WeakReferenceEnumerator.cs
- PageAsyncTask.cs
- HtmlInputText.cs
- StringArrayEditor.cs
- FlowLayoutSettings.cs
- TemplatePartAttribute.cs
- SingleObjectCollection.cs
- Native.cs
- FlowDocumentPaginator.cs
- MemoryPressure.cs
- BamlBinaryWriter.cs
- StorageSetMapping.cs
- IntranetCredentialPolicy.cs
- SqlProviderManifest.cs
- MappingItemCollection.cs
- FontStyleConverter.cs
- ConditionedDesigner.cs
- User.cs
- RuntimeEnvironment.cs
- PolyLineSegment.cs
- DataRecordInternal.cs
- IPGlobalProperties.cs