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
/// <param name="ct">The <see cref="CancellationToken"/> to cancel operation.</param>
20
+
/// <param name="endpointUriPrefix">Path to append as prefix to resolved enpoint uri. Usually used to add path segments to configured client's base address.</param>
21
+
/// <param name="mediaType">The media type to use for the content.</param>
22
+
/// <param name="jsonSerializerOptions">Options to control the behavior during serialization.</param>
23
+
/// <param name="configureRequestHeaders">Delegate to configure HTTP request headers.</param>
24
+
/// <param name="uriResolverName"><see cref="IServiceEndpointUriResolver"/> name to be used to resolve ServiceEnpoint Uri.</param>
25
+
/// <returns>Response of remote service endpoint or failure result.</returns>
/// <typeparam name="TRequest">Type of ServiceEndpoint request that will be sent.</typeparam>
41
+
/// <param name="req">Request to be sent.</param>
42
+
/// <param name="ct">The <see cref="CancellationToken"/> to cancel operation.</param>
43
+
/// <param name="endpointUriPrefix">Path to append as prefix to resolved enpoint uri. Usually used to add path segments to configured client's base address.</param>
44
+
/// <param name="mediaType">The media type to use for the content.</param>
45
+
/// <param name="jsonSerializerOptions">Options to control the behavior during serialization.</param>
46
+
/// <param name="configureRequestHeaders">Delegate to configure HTTP request headers.</param>
47
+
/// <param name="uriResolverName"><see cref="IServiceEndpointUriResolver"/> name to be used to resolve ServiceEnpoint Uri.</param>
48
+
/// <returns>Response of remote service endpoint or failure result.</returns>
0 commit comments