The IpEndPoint type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from 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.) | |
| GetAddressType |
Gets the address type.
| |
| getCPtr |
For internal use only. Of no interest to the user.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Represents this object as a string, e.g. "localhost:8080".
(Overrides Object ToString .) | |
| WithPort |
Initialises a new instance of the IpEndPoint class, which is a copy of this IpEndPoint object,
and sets the specified port number.
|
See Also