NamedPipeConnectionBag
Namespace: TagBites.Pipes
Assembly: TagBites.Pipes.dll
Product: TagBites.Pipes v. 1.2.0
Stores values that live as long as one connection, keyed by name.
public class NamedPipeConnectionBagInheritance: object → NamedPipeConnectionBag
Remarks
Section titled “Remarks”Safe for concurrent use.
Constructors
Section titled “Constructors”NamedPipeConnectionBag()
Section titled “NamedPipeConnectionBag()”public NamedPipeConnectionBag()Indexers
Section titled “Indexers”Gets or sets the value stored under the given name.
public object Item[string name] { get; set; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”Assigning null removes the entry. Reading a name that was never set returns null.