public virtual grpc::AsyncServerStreamingCall <global::Chat.Core.Models.GetDataResponse> GetData(global::Chat.Core.Models.GetDataRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(GetData(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncServerStreamingCall <global::Chat.Core.Models.GetDataResponse> GetData(global::Chat.Core.Models.GetDataRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncServerStreamingCall(__Method_GetData, null, options, request)); }
public virtual global::System.Threading.Tasks.Task GetData(global::Chat.Core.Models.GetDataRequest request, grpc::IServerStreamWriter <global::Chat.Core.Models.GetDataResponse> responseStream, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }