LumiSoft Mail Server User API
BindInfo Property
Namespaces > LumiSoft.Net > SocketServer > BindInfo
Gets or set socket binding info. Use this property to specify on which IP,port server listnes and also if is SSL or STARTTLS support.
Syntax
C#Visual BasicManaged C++
public BindInfo[] BindInfo { get; set; }
Public Property BindInfo As BindInfo()
public:
array<BindInfo^>^ BindInfo {
	array<BindInfo^>^ get ();
	void set (array<BindInfo^>^ value);
}

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