示例#1
0
 public virtual grpc::AsyncServerStreamingCall <global::ChatClient.Protos.Message> GetAll(global::ChatClient.Protos.Empty request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetAll, null, options, request));
 }
示例#2
0
 public virtual grpc::AsyncServerStreamingCall <global::ChatClient.Protos.Message> GetAll(global::ChatClient.Protos.Empty request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetAll(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }