BindingCollection.GetBindings Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
GetBindings(EndPoint)
Returns a collection of bindings for the specified endpoint.
Declaration
public BindingCollection GetBindings(EndPoint endPoint)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | endPoint | Endpoint. |
Returns
Type | Description |
---|---|
BindingCollection | A collection of bindings. |
GetBindings(Int32)
Returns a collection of bindings for the specified port.
Declaration
public BindingCollection GetBindings(int port)
Parameters
Type | Name | Description |
---|---|---|
Int32 | port | Port. |
Returns
Type | Description |
---|---|
BindingCollection | A collection of bindings. |
GetBindings(IPAddress)
Returns a collection of bindings for the specified address.
Declaration
public BindingCollection GetBindings(IPAddress address)
Parameters
Type | Name | Description |
---|---|---|
IPAddress | address | Address. |
Returns
Type | Description |
---|---|
BindingCollection | A collection of bindings. |
GetBindings(ServerModule)
Returns a collection of bindings for the specified module.
Declaration
public BindingCollection GetBindings(ServerModule module)
Parameters
Type | Name | Description |
---|---|---|
ServerModule | module | Server module. |
Returns
Type | Description |
---|---|
BindingCollection | A collection of bindings. |