LumiSoft Net Help
Bindings Property
NamespacesLumiSoft.Net.UDPUDP_ServerBindings
Gets or sets IP end point where UDP server is binded.
Declaration Syntax
C#Visual BasicVisual C++F#
public IPEndPoint[] Bindings { get; set; }
Public Property Bindings As IPEndPoint()
	Get
	Set
public:
property array<IPEndPoint^>^ Bindings {
	array<IPEndPoint^>^ get ();
	void set (array<IPEndPoint^>^ value);
}
member Bindings : IPEndPoint[] with get, set
Property Value
array<IPEndPoint>[]()[][]
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ArgumentNullExceptionIs raised when null value is passed.

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