IPEndPoint Methods
.NET Framework (current version)
Namespace:
System.Net
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Create(SocketAddress^) | Creates an endpoint from a socket address.(Overrides EndPoint::Create(SocketAddress^).) |
![]() | Equals(Object^) | Determines whether the specified Object is equal to the current Object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns a hash value for a IPEndPoint instance.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Serialize() | Serializes endpoint information into a SocketAddress instance.(Overrides EndPoint::Serialize().) |
![]() | ToString() | Returns the IP address and port number of the specified endpoint.(Overrides Object::ToString().) |
Show:

