BindingCollection.GetEnumerator Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
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. |