LumiSoft Mail Server User API
BindInfo Class
Namespaces > LumiSoft.Net > BindInfo
Holds socket bind info.
Syntax
C#Visual BasicManaged C++
public class BindInfo
Public Class BindInfo
public ref class BindInfo
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
BindInfo

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)