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
- AutomationPropertyInfo.cs
- InlineCollection.cs
- BrowserTree.cs
- FullTextLine.cs
- HijriCalendar.cs
- Point.cs
- BindingExpressionUncommonField.cs
- IconBitmapDecoder.cs
- LinearKeyFrames.cs
- FieldInfo.cs
- AtlasWeb.Designer.cs
- NumberFormatter.cs
- SqlRowUpdatedEvent.cs
- TextRange.cs
- EnvelopedPkcs7.cs
- ComponentManagerBroker.cs
- XhtmlTextWriter.cs
- JournalNavigationScope.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- SHA256Cng.cs
- SqlWriter.cs
- PipelineModuleStepContainer.cs
- PathStreamGeometryContext.cs
- AppModelKnownContentFactory.cs
- PixelShader.cs
- Rectangle.cs
- CommandPlan.cs
- DataGridViewCell.cs
- TaskExceptionHolder.cs
- CreateParams.cs
- XamlLoadErrorInfo.cs
- Events.cs
- AttachmentCollection.cs
- ResourceManager.cs
- WmlControlAdapter.cs
- InputScopeNameConverter.cs
- AgileSafeNativeMemoryHandle.cs
- WebControlParameterProxy.cs
- MethodImplAttribute.cs
- BoundsDrawingContextWalker.cs
- AudioFormatConverter.cs
- EntityRecordInfo.cs
- Timer.cs
- FieldAccessException.cs
- SqlFunctionAttribute.cs
- DSASignatureDeformatter.cs
- hebrewshape.cs
- SafeSerializationManager.cs
- RuntimeConfig.cs
- xmlNames.cs
- ISSmlParser.cs
- AssemblyInfo.cs
- MonthCalendar.cs
- SignerInfo.cs
- UrlAuthorizationModule.cs
- BitmapMetadata.cs
- LOSFormatter.cs
- CopyOfAction.cs
- HttpCachePolicy.cs
- _SSPIWrapper.cs
- FileIOPermission.cs
- DateTimeFormatInfoScanner.cs
- AssertFilter.cs
- GraphicsPathIterator.cs
- BinaryVersion.cs
- ControlUtil.cs
- PeerTransportListenAddressValidatorAttribute.cs
- SettingsBase.cs
- FamilyTypefaceCollection.cs
- RuntimeVariableList.cs
- ListViewItem.cs
- DockPattern.cs
- errorpatternmatcher.cs
- ToolboxDataAttribute.cs
- SQLDateTimeStorage.cs
- InputMethodStateTypeInfo.cs
- VectorValueSerializer.cs
- COM2IDispatchConverter.cs
- UInt32Storage.cs
- RefreshPropertiesAttribute.cs
- GridView.cs
- AddingNewEventArgs.cs
- Evidence.cs
- OutOfMemoryException.cs
- Section.cs
- assemblycache.cs
- EncoderNLS.cs
- Int32RectValueSerializer.cs
- ApplicationFileCodeDomTreeGenerator.cs
- wgx_sdk_version.cs
- DataControlPagerLinkButton.cs
- XmlSubtreeReader.cs
- EmptyCollection.cs
- HtmlHistory.cs
- Mouse.cs
- ECDiffieHellmanCngPublicKey.cs
- TreeViewDesigner.cs
- VirtualDirectoryMapping.cs
- XmlObjectSerializerWriteContext.cs
- SessionState.cs