Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

FileServer.UnbindAsync Method

Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)

UnbindAsync()

Unbinds all modules. Inherited from Server.

Declaration
public async Task UnbindAsync()
Returns
Type Description
Task

A Task that represents an asynchronous Unbind operation.

UnbindAsync(ServerModule)

Unbinds the specified module from all endpoints. Inherited from Server.

Declaration
public async Task UnbindAsync(ServerModule module)
Parameters
Type Name Description
ServerModule module

Module to unbind.

Returns
Type Description
Task

A Task that represents an asynchronous Unbind operation.

UnbindAsync(IPEndPoint)

Unbinds all modules bound to the specified endpoint. Inherited from Server.

Declaration
public async Task UnbindAsync(IPEndPoint endPoint)
Parameters
Type Name Description
IPEndPoint endPoint

Endpoint to unbind.

Returns
Type Description
Task

A Task that represents an asynchronous Unbind operation.

UnbindAsync(IPAddress)

Unbinds all modules bound to the specified address. Inherited from Server.

Declaration
public async Task UnbindAsync(IPAddress address)
Parameters
Type Name Description
IPAddress address

Address to unbind.

Returns
Type Description
Task

A Task that represents an asynchronous Unbind operation.

UnbindAsync(Int32)

Unbinds all modules bound to the specified port. Inherited from Server.

Declaration
public async Task UnbindAsync(int port)
Parameters
Type Name Description
Int32 port

Port to unbind.

Returns
Type Description
Task

A Task that represents an asynchronous Unbind operation.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies