@ -33,7 +33,7 @@ namespace Grpc.Core
/// Invokes a simple remote call in a blocking fashion.
/// Invokes a simple remote call in a blocking fashion.
/// </summary>
/// </summary>
/// <returns>The response.</returns>
/// <returns>The response.</returns>
/// <param name="call">The call defintion.</param>
/// <param name="call">The call defini tion.</param>
/// <param name="req">Request message.</param>
/// <param name="req">Request message.</param>
/// <typeparam name="TRequest">Type of request message.</typeparam>
/// <typeparam name="TRequest">Type of request message.</typeparam>
/// <typeparam name="TResponse">The of response message.</typeparam>
/// <typeparam name="TResponse">The of response message.</typeparam>
@ -49,7 +49,7 @@ namespace Grpc.Core
/// Invokes a simple remote call asynchronously.
/// Invokes a simple remote call asynchronously.
/// </summary>
/// </summary>
/// <returns>An awaitable call object providing access to the response.</returns>
/// <returns>An awaitable call object providing access to the response.</returns>
/// <param name="call">The call defintion.</param>
/// <param name="call">The call defini tion.</param>
/// <param name="req">Request message.</param>
/// <param name="req">Request message.</param>
/// <typeparam name="TRequest">Type of request message.</typeparam>
/// <typeparam name="TRequest">Type of request message.</typeparam>
/// <typeparam name="TResponse">The of response message.</typeparam>
/// <typeparam name="TResponse">The of response message.</typeparam>
@ -67,7 +67,7 @@ namespace Grpc.Core
/// In server streaming scenario, client sends on request and server responds with a stream of responses.
/// In server streaming scenario, client sends on request and server responds with a stream of responses.
/// </summary>
/// </summary>
/// <returns>A call object providing access to the asynchronous response stream.</returns>
/// <returns>A call object providing access to the asynchronous response stream.</returns>
/// <param name="call">The call defintion.</param>
/// <param name="call">The call defini tion.</param>
/// <param name="req">Request message.</param>
/// <param name="req">Request message.</param>
/// <typeparam name="TRequest">Type of request message.</typeparam>
/// <typeparam name="TRequest">Type of request message.</typeparam>
/// <typeparam name="TResponse">The of response messages.</typeparam>
/// <typeparam name="TResponse">The of response messages.</typeparam>
@ -85,7 +85,7 @@ namespace Grpc.Core
/// Invokes a client streaming call asynchronously.
/// Invokes a client streaming call asynchronously.
/// In client streaming scenario, client sends a stream of requests and server responds with a single response.
/// In client streaming scenario, client sends a stream of requests and server responds with a single response.
/// </summary>
/// </summary>
/// <param name="call">The call defintion.</param>
/// <param name="call">The call defini tion.</param>
/// <returns>An awaitable call object providing access to the response.</returns>
/// <returns>An awaitable call object providing access to the response.</returns>
/// <typeparam name="TRequest">Type of request messages.</typeparam>
/// <typeparam name="TRequest">Type of request messages.</typeparam>
/// <typeparam name="TResponse">The of response message.</typeparam>
/// <typeparam name="TResponse">The of response message.</typeparam>
@ -107,7 +107,7 @@ namespace Grpc.Core
/// <returns>A call object providing access to the asynchronous request and response streams.</returns>
/// <returns>A call object providing access to the asynchronous request and response streams.</returns>
/// <param name="call">The call definition.</param>
/// <param name="call">The call definition.</param>
/// <typeparam name="TRequest">Type of request messages.</typeparam>
/// <typeparam name="TRequest">Type of request messages.</typeparam>
/// <typeparam name="TResponse">Type of reponse messages.</typeparam>
/// <typeparam name="TResponse">Type of res ponsemessages.</typeparam>
public static AsyncDuplexStreamingCall < TRequest , TResponse > AsyncDuplexStreamingCall < TRequest , TResponse > ( CallInvocationDetails < TRequest , TResponse > call )
public static AsyncDuplexStreamingCall < TRequest , TResponse > AsyncDuplexStreamingCall < TRequest , TResponse > ( CallInvocationDetails < TRequest , TResponse > call )
where TRequest : class
where TRequest : class
where TResponse : class
where TResponse : class