LumiSoft Net Help
BindInfo Property
NamespacesLumiSoft.Net.SIP.StackSIP_StackBindInfo
Gets or sets socket bind info. Use this property to specify on which protocol,IP,port server listnes and also if connections is SSL.
Declaration Syntax
C#Visual BasicVisual C++F#
public IPBindInfo[] BindInfo { get; set; }
Public Property BindInfo As IPBindInfo()
	Get
	Set
public:
property array<IPBindInfo^>^ BindInfo {
	array<IPBindInfo^>^ get ();
	void set (array<IPBindInfo^>^ value);
}
member BindInfo : IPBindInfo[] with get, set
Property Value
array<IPBindInfo>[]()[][]
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this class is Disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119