Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / EndPoint.cs / 1305376 / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeVariableReferenceExpression.cs
- CompoundFileReference.cs
- Transform3D.cs
- HijriCalendar.cs
- DbConnectionPoolGroupProviderInfo.cs
- ScalarConstant.cs
- SemanticBasicElement.cs
- MethodInfo.cs
- _DomainName.cs
- HtmlInputControl.cs
- XmlStreamNodeWriter.cs
- TraceSection.cs
- NamespaceDecl.cs
- TextLineBreak.cs
- ProfileInfo.cs
- SrgsOneOf.cs
- XmlMtomReader.cs
- Compiler.cs
- DataListItem.cs
- ImageListStreamer.cs
- SendKeys.cs
- Track.cs
- PackageStore.cs
- XmlTextReaderImpl.cs
- RootBuilder.cs
- PropertyItemInternal.cs
- DataServiceClientException.cs
- EventBuilder.cs
- SHA1CryptoServiceProvider.cs
- RegexParser.cs
- Avt.cs
- PeerEndPoint.cs
- ChannelFactory.cs
- RadioButtonBaseAdapter.cs
- TraceSection.cs
- OracleEncoding.cs
- Codec.cs
- DesignerView.cs
- DesignerDataTableBase.cs
- ListItemDetailViewAttribute.cs
- SourceSwitch.cs
- ContextStaticAttribute.cs
- Stroke.cs
- webeventbuffer.cs
- BindingExpressionUncommonField.cs
- CommonXSendMessage.cs
- TreeNodeBinding.cs
- SignatureResourcePool.cs
- ApplicationProxyInternal.cs
- NetSectionGroup.cs
- DataServiceKeyAttribute.cs
- TreeViewImageKeyConverter.cs
- TokenizerHelper.cs
- IChannel.cs
- EventTrigger.cs
- PreProcessor.cs
- BaseValidator.cs
- JsonClassDataContract.cs
- XmlArrayItemAttribute.cs
- DataList.cs
- ImplicitInputBrush.cs
- ReadOnlyAttribute.cs
- GiveFeedbackEventArgs.cs
- ThicknessAnimationBase.cs
- HashHelper.cs
- DataRowCollection.cs
- HtmlUtf8RawTextWriter.cs
- TransactionChannelFactory.cs
- WindowsAuthenticationModule.cs
- TransportSecurityProtocol.cs
- SchemaInfo.cs
- TransformConverter.cs
- TransactionBridge.cs
- ParentUndoUnit.cs
- CheckBoxRenderer.cs
- PerformanceCounterPermissionEntry.cs
- WebPartHeaderCloseVerb.cs
- Literal.cs
- XmlnsPrefixAttribute.cs
- CssStyleCollection.cs
- PropertyTabAttribute.cs
- ServerIdentity.cs
- Model3D.cs
- DefaultValueAttribute.cs
- FileDataSourceCache.cs
- CurrentChangingEventArgs.cs
- BoundColumn.cs
- IntSecurity.cs
- PolyQuadraticBezierSegment.cs
- AddInAdapter.cs
- SettingsProperty.cs
- XmlSignificantWhitespace.cs
- HealthMonitoringSection.cs
- EditingCoordinator.cs
- OleTxTransactionInfo.cs
- Queue.cs
- RegisteredDisposeScript.cs
- SimpleLine.cs
- XPathEmptyIterator.cs
- VisualBasicReference.cs