You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/A2A.Client.Transports.Http/Extensions/A2AClientBuilderExtensions.cs
+24-5Lines changed: 24 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,36 @@ public static class A2AClientBuilderExtensions
26
26
/// Configures the <see cref="IA2AClientBuilder"/> to use the HTTP transport.
27
27
/// </summary>
28
28
/// <param name="builder">The <see cref="IA2AClientBuilder"/> to configure.</param>
29
-
/// <param name="baseAddress">The based address of the server to connect to.</param>
29
+
/// <param name="configureClient">An <see cref="Action{T1, T2}"/> used to configure the underlying <see cref="HttpClient"/>.</param>
30
+
/// <param name="configureClientBuilder"> An <see cref="Action{T}"/>, if any, used to configure the <see cref="IHttpClientBuilder"/> used to build the underlying <see cref="HttpClient"/>.</param>
/// Configures the <see cref="IA2AClientBuilder"/> to use the HTTP transport.
45
+
/// </summary>
46
+
/// <param name="builder">The <see cref="IA2AClientBuilder"/> to configure.</param>
47
+
/// <param name="configureClient">An <see cref="Action{T}"/> used to configure the underlying <see cref="HttpClient"/>.</param>
48
+
/// <param name="configureClientBuilder"> An <see cref="Action{T}"/>, if any, used to configure the <see cref="IHttpClientBuilder"/> used to build the underlying <see cref="HttpClient"/>.</param>
/// Configures the <see cref="IA2AClientBuilder"/> to use the HTTP transport.
54
+
/// </summary>
55
+
/// <param name="builder">The <see cref="IA2AClientBuilder"/> to configure.</param>
56
+
/// <param name="baseAddress">The based address of the server to connect to.</param>
57
+
/// <param name="configureClientBuilder"> An <see cref="Action{T}"/>, if any, used to configure the <see cref="IHttpClientBuilder"/> used to build the underlying <see cref="HttpClient"/>.</param>
Copy file name to clipboardExpand all lines: src/A2A.Client.Transports.JsonRpc/Extensions/A2AClientBuilderExtensions.cs
+24-5Lines changed: 24 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,36 @@ public static class A2AClientBuilderExtensions
26
26
/// Configures the <see cref="IA2AClientBuilder"/> to use the JSON-RPC transport.
27
27
/// </summary>
28
28
/// <param name="builder">The <see cref="IA2AClientBuilder"/> to configure.</param>
29
-
/// <param name="baseAddress">The based address of the server to connect to.</param>
29
+
/// <param name="configureClient">An <see cref="Action{T1, T2}"/> used to configure the underlying <see cref="HttpClient"/>.</param>
30
+
/// <param name="configureClientBuilder"> An <see cref="Action{T}"/>, if any, used to configure the <see cref="IHttpClientBuilder"/> used to build the underlying <see cref="HttpClient"/>.</param>
/// Configures the <see cref="IA2AClientBuilder"/> to use the JSON-RPC transport.
45
+
/// </summary>
46
+
/// <param name="builder">The <see cref="IA2AClientBuilder"/> to configure.</param>
47
+
/// <param name="configureClient">An <see cref="Action{T}"/> used to configure the underlying <see cref="HttpClient"/>.</param>
48
+
/// <param name="configureClientBuilder"> An <see cref="Action{T}"/>, if any, used to configure the <see cref="IHttpClientBuilder"/> used to build the underlying <see cref="HttpClient"/>.</param>
/// Configures the <see cref="IA2AClientBuilder"/> to use the JSON-RPC transport.
54
+
/// </summary>
55
+
/// <param name="builder">The <see cref="IA2AClientBuilder"/> to configure.</param>
56
+
/// <param name="baseAddress">The based address of the server to connect to.</param>
57
+
/// <param name="configureClientBuilder"> An <see cref="Action{T}"/>, if any, used to configure the <see cref="IHttpClientBuilder"/> used to build the underlying <see cref="HttpClient"/>.</param>
0 commit comments