Holds socket bind info.
| C# | Visual Basic | Managed C++ |
public class BindInfo
Public Class BindInfo
public ref class BindInfo
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| BindInfoNew(BindInfoProtocol, IPAddress, Int32) |
Default constructor.
| |
| BindInfoNew(IPAddress, Int32, Boolean, X509Certificate) |
Default constructor.
| |
| 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.) | |
| IP |
Gets IP address.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Port |
Gets port.
| |
| Protocol |
Gets protocol.
| |
| SSL |
Gets if dedicated SSL connection.
| |
| SSL_Certificate |
Gets SSL certificate.
| |
| Tag |
Gets or sets user data. This is used internally don't use it !!!.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| BindInfo | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)