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
- EntityDataSourceReferenceGroup.cs
- TimestampInformation.cs
- Style.cs
- RepeatInfo.cs
- DataControlLinkButton.cs
- BinaryObjectReader.cs
- SqlClientFactory.cs
- HtmlMobileTextWriter.cs
- InvalidOleVariantTypeException.cs
- LinqDataView.cs
- GridItemPattern.cs
- CorePropertiesFilter.cs
- CustomMenuItemCollection.cs
- ControlSerializer.cs
- LiteralDesigner.cs
- ContentOperations.cs
- Paragraph.cs
- SchemaObjectWriter.cs
- WebRequestModulesSection.cs
- ConnectionManagementElementCollection.cs
- AnnotationComponentManager.cs
- PageAsyncTaskManager.cs
- SelectorItemAutomationPeer.cs
- SelectedCellsCollection.cs
- HttpWebResponse.cs
- NGCPageContentCollectionSerializerAsync.cs
- QilLiteral.cs
- InvalidOleVariantTypeException.cs
- RegisteredArrayDeclaration.cs
- KeyValuePairs.cs
- SqlConnectionStringBuilder.cs
- DocumentPaginator.cs
- SynchronizationLockException.cs
- FormsAuthenticationUser.cs
- ClientTargetSection.cs
- MetabaseReader.cs
- PriorityRange.cs
- HtmlEncodedRawTextWriter.cs
- SHA512Managed.cs
- StylusShape.cs
- TextServicesPropertyRanges.cs
- Evidence.cs
- XamlParser.cs
- TransactionScope.cs
- EntityViewContainer.cs
- HostUtils.cs
- NetworkInformationException.cs
- RedirectionProxy.cs
- PtsPage.cs
- ForeignConstraint.cs
- AdapterDictionary.cs
- GenerateScriptTypeAttribute.cs
- Thickness.cs
- LOSFormatter.cs
- UnsafeNetInfoNativeMethods.cs
- SupportsEventValidationAttribute.cs
- UriSection.cs
- ConfigXmlText.cs
- CoordinationService.cs
- MenuBase.cs
- CodeDomSerializer.cs
- MimeMapping.cs
- ColorComboBox.cs
- ReturnValue.cs
- JsonReader.cs
- DesignerMetadata.cs
- ResourceManager.cs
- NamedObject.cs
- SqlDataSourceEnumerator.cs
- Thumb.cs
- ObjectDataSourceDisposingEventArgs.cs
- KeyedHashAlgorithm.cs
- TypeConvertions.cs
- dataprotectionpermission.cs
- Style.cs
- ImageIndexConverter.cs
- BitmapCodecInfo.cs
- OutKeywords.cs
- EntityFunctions.cs
- ServiceChannelManager.cs
- RegisteredArrayDeclaration.cs
- AdornerDecorator.cs
- HMACSHA256.cs
- StateMachineExecutionState.cs
- XmlWriter.cs
- CancellationState.cs
- MarkedHighlightComponent.cs
- WebPartsSection.cs
- M3DUtil.cs
- SecurityRuntime.cs
- PropertyEmitter.cs
- StyleHelper.cs
- String.cs
- QuerySafeNavigator.cs
- SafeFindHandle.cs
- CancelEventArgs.cs
- ProxyWebPartManager.cs
- StateBag.cs
- RadialGradientBrush.cs
- OneOfConst.cs