Click or drag to resize
BuilderAddMethod Method
Overload List
  NameDescription
Public methodAddMethodTRequest, TResponse(MethodTRequest, TResponse, ClientStreamingServerMethodTRequest, TResponse)
Adds a definitions for a client streaming method.
Public methodAddMethodTRequest, TResponse(MethodTRequest, TResponse, DuplexStreamingServerMethodTRequest, TResponse)
Adds a definitions for a bidirectional streaming method.
Public methodAddMethodTRequest, TResponse(MethodTRequest, TResponse, ServerStreamingServerMethodTRequest, TResponse)
Adds a definitions for a server streaming method.
Public methodAddMethodTRequest, TResponse(MethodTRequest, TResponse, UnaryServerMethodTRequest, TResponse)
Adds a definitions for a single request - single response method.
Top
See Also