ClientConnectionCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of client connections.
[System.Text.Json.Serialization.JsonConverter(typeof(System.ClientModel.Primitives.ConnectionCollectionConverter))]
public class ClientConnectionCollection : System.Collections.ObjectModel.KeyedCollection<string,System.ClientModel.Primitives.ClientConnection>
[<System.Text.Json.Serialization.JsonConverter(typeof(System.ClientModel.Primitives.ConnectionCollectionConverter))>]
type ClientConnectionCollection = class
inherit KeyedCollection<string, ClientConnection>
Public Class ClientConnectionCollection
Inherits KeyedCollection(Of String, ClientConnection)
- Inheritance
-
ClientConnectionCollection
- Attributes
Constructors
| Name | Description |
|---|---|
| ClientConnectionCollection() | |
Methods
| Name | Description |
|---|---|
| AddRange(IEnumerable<ClientConnection>) |
Adds a range of ClientConnection instances to the collection. |
| GetKeyForItem(ClientConnection) |
Gets the key for a given ClientConnection. |