Gets a read-only collection of server bindings.

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

Syntax

Visual Basic
Public ReadOnly Property Bindings As BindingCollection
	Get
C#
public BindingCollection Bindings { get; }

Remarks

Use one of the Bind and Unbind methods to add a binding.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also