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
- ViewPort3D.cs
- StickyNoteHelper.cs
- SourceInterpreter.cs
- GenericIdentity.cs
- ParserExtension.cs
- SqlParameter.cs
- RemotingConfiguration.cs
- EnvironmentPermission.cs
- WebPartVerbsEventArgs.cs
- Vars.cs
- Label.cs
- VirtualPath.cs
- HttpResponseInternalWrapper.cs
- DataSysAttribute.cs
- TextAnchor.cs
- ResolveMatches11.cs
- SmiRequestExecutor.cs
- SqlDataReader.cs
- DynamicDiscoSearcher.cs
- BamlTreeNode.cs
- CreateParams.cs
- ExpressionParser.cs
- ButtonFlatAdapter.cs
- View.cs
- HttpServerVarsCollection.cs
- RunInstallerAttribute.cs
- ParameterElement.cs
- GlyphRunDrawing.cs
- ValueChangedEventManager.cs
- EncodingNLS.cs
- ListViewDeletedEventArgs.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- SafeNativeMethods.cs
- cookieexception.cs
- RayMeshGeometry3DHitTestResult.cs
- webeventbuffer.cs
- Currency.cs
- GridViewSelectEventArgs.cs
- CapabilitiesRule.cs
- SQLDecimalStorage.cs
- CursorConverter.cs
- DesignerWidgets.cs
- DataGrid.cs
- Vector3D.cs
- _SSPIWrapper.cs
- ObjectReaderCompiler.cs
- DataList.cs
- DataControlField.cs
- keycontainerpermission.cs
- Permission.cs
- ExpressionEditorAttribute.cs
- FtpRequestCacheValidator.cs
- Image.cs
- QilNode.cs
- ContainerVisual.cs
- FormViewAutoFormat.cs
- StackBuilderSink.cs
- StatusBar.cs
- ComponentResourceKeyConverter.cs
- CompiledQuery.cs
- XmlSortKey.cs
- SmiGettersStream.cs
- ProviderException.cs
- Context.cs
- EmptyElement.cs
- CommandEventArgs.cs
- HelloMessageApril2005.cs
- KeyGestureValueSerializer.cs
- DataViewSetting.cs
- Button.cs
- XmlSchemaComplexType.cs
- DataListCommandEventArgs.cs
- ServerIdentity.cs
- SupportingTokenDuplexChannel.cs
- SystemUdpStatistics.cs
- ToolbarAUtomationPeer.cs
- Base64Stream.cs
- DateTimeFormatInfo.cs
- SchemaName.cs
- AppDomainFactory.cs
- DbConnectionFactory.cs
- ActivityCodeGenerator.cs
- LayoutEvent.cs
- XmlSchemaDatatype.cs
- ValidationHelper.cs
- CacheEntry.cs
- OptimizedTemplateContent.cs
- OrderedDictionary.cs
- TreeNodeCollection.cs
- VerificationException.cs
- VBCodeProvider.cs
- PropertyNames.cs
- WindowsContainer.cs
- SectionRecord.cs
- FreezableCollection.cs
- EventWaitHandleSecurity.cs
- InputScope.cs
- WorkflowDebuggerSteppingAttribute.cs
- ControlPager.cs
- _SslStream.cs