예제 #1
0
 public ClientResponseStream(AsyncCall <TRequest, TResponse> call)
 {
     this.call = call;
 }
 public ServerStreamingOutputObserver(AsyncCall <TWrite, TRead> call)
 {
     this.call = call;
 }
 public ClientRequestStream(AsyncCall <TRequest, TResponse> call)
 {
     this.call         = call;
     this.writeOptions = call.Details.Options.WriteOptions;
 }
예제 #4
0
 public ClientStreamingInputObserver(AsyncCall <TWrite, TRead> call)
 {
     this.call = call;
 }