Holds IP bind info.
| C# | Visual Basic | Visual C++ |
public class IPBindInfo
Public Class IPBindInfo
public ref class IPBindInfo
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| IPBindInfo(String, BindInfoProtocol, IPAddress, Int32) |
Default constructor.
| |
| IPBindInfo(String, IPAddress, Int32, SslMode, X509Certificate2) |
Default constructor.
| |
| IPBindInfo(String, BindInfoProtocol, IPAddress, Int32, SslMode, X509Certificate2) |
Default constructor.
| |
| Certificate |
Gets SSL certificate.
| |
| EndPoint |
Gets IP end point.
| |
| Equals(Object) |
Compares the current instance with another object of the same type.
(Overrides Object.Equals(Object).) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Returns the hash code.
(Overrides Object.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HostName |
Gets host name.
| |
| IP |
Gets IP address.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Port |
Gets port.
| |
| Protocol |
Gets protocol.
| |
| SSL_Certificate | Obsolete.
Gets SSL certificate.
| |
| SslMode |
Gets SSL mode.
| |
| Tag |
Gets or sets user data. This is used internally don't use it !!!.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| IPBindInfo | |