예제 #1
0
 public Task WriteResponseHeadersAsync(Metadata responseHeaders)
 {
     return(call.SendInitialMetadataAsync(responseHeaders));
 }