A collection of server bindings.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Class BindingCollection _
	Implements ICollection(Of Binding), IEnumerable(Of Binding),  _
	IEnumerable
C#
public class BindingCollection : ICollection<Binding>, 
	IEnumerable<Binding>, IEnumerable

Inheritance Hierarchy

System..::..Object
  Rebex.Net.Servers..::..BindingCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also