BindingCollection.GetEnumerator Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
GetEnumerator()
Returns an enumerator that iterates through all the bindings in the collection.
Declaration
public IEnumerator<Binding> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<Binding> | An enumerator that can be used to iterate through the collection. |