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
- ThreadTrace.cs
- SoapElementAttribute.cs
- SafeLocalMemHandle.cs
- TypeResolver.cs
- HashCryptoHandle.cs
- ResXResourceSet.cs
- RotationValidation.cs
- SqlDataSourceQueryEditor.cs
- smtpconnection.cs
- TextElement.cs
- ElementUtil.cs
- FormDocumentDesigner.cs
- Rotation3DAnimationBase.cs
- Double.cs
- HtmlContainerControl.cs
- SqlGenericUtil.cs
- XmlSchemaDatatype.cs
- _NegotiateClient.cs
- ParameterBuilder.cs
- KnownColorTable.cs
- ShaderEffect.cs
- MetadataAssemblyHelper.cs
- XmlIlVisitor.cs
- OutputScope.cs
- SocketElement.cs
- CatalogZone.cs
- PropertyNames.cs
- Ray3DHitTestResult.cs
- RecommendedAsConfigurableAttribute.cs
- SoapFault.cs
- TextControlDesigner.cs
- InvokeMemberBinder.cs
- SiteMapDataSourceView.cs
- BinaryWriter.cs
- WebReferencesBuildProvider.cs
- FollowerQueueCreator.cs
- StylusPoint.cs
- CreateBookmarkScope.cs
- TypeBuilder.cs
- DbQueryCommandTree.cs
- DataBinding.cs
- ProjectionCamera.cs
- InstanceData.cs
- DropShadowBitmapEffect.cs
- CheckBoxField.cs
- CompositionTarget.cs
- WaitHandle.cs
- CodeBlockBuilder.cs
- MimeTypeAttribute.cs
- SystemIPGlobalStatistics.cs
- CalendarModeChangedEventArgs.cs
- PhysicalFontFamily.cs
- URLMembershipCondition.cs
- DataGridItem.cs
- ImageCodecInfoPrivate.cs
- SpeechEvent.cs
- NonParentingControl.cs
- MulticastOption.cs
- TextBoxLine.cs
- WindowsSlider.cs
- ListBoxAutomationPeer.cs
- hwndwrapper.cs
- ZipFileInfo.cs
- InlineUIContainer.cs
- SendKeys.cs
- LinqDataView.cs
- PageTheme.cs
- Guid.cs
- DesigntimeLicenseContextSerializer.cs
- SqlDeflator.cs
- Command.cs
- ValidatorAttribute.cs
- Slider.cs
- CommonDialog.cs
- EntityViewGenerationAttribute.cs
- QuaternionConverter.cs
- XmlAttributes.cs
- ConnectionStringSettings.cs
- WebPartAuthorizationEventArgs.cs
- ColumnClickEvent.cs
- SqlConnectionPoolProviderInfo.cs
- EntityObject.cs
- FontCacheUtil.cs
- HttpVersion.cs
- KeyValuePairs.cs
- HtmlInputCheckBox.cs
- peernodestatemanager.cs
- InputScopeNameConverter.cs
- MouseActionValueSerializer.cs
- CodeDOMUtility.cs
- MimeMultiPart.cs
- IdentityHolder.cs
- AssemblyFilter.cs
- LinearKeyFrames.cs
- PrimaryKeyTypeConverter.cs
- PtsPage.cs
- WhitespaceRule.cs
- Image.cs
- DateRangeEvent.cs
- SqlConnectionManager.cs