ServerVersionRegistry.Register(String) Method
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.
Registers a protocol identity segment. Duplicate values are ignored. This method is thread-safe.
public void Register(string identity);
member this.Register : string -> unit
Public Sub Register (identity As String)
Parameters
- identity
- String
The identity string to register (e.g., azure-ai-agentserver-responses/1.0.0 (dotnet/10.0)).