Returns a collection of bindings for the specified module.

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

Syntax

Visual Basic
Public Function GetBindings ( _
	module As ServerModule _
) As BindingCollection
C#
public BindingCollection GetBindings(
	ServerModule module
)

Parameters

module
Type: Rebex.Net.Servers.Core..::..ServerModule
Server module.

Return Value

A collection of bindings.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also