AuthInterceptorsFromCredential Method |
Creates interceptor that will obtain access token from any credential type that implements
ITokenAccess. (e.g. GoogleCredential).
-
Namespace: Grpc.AuthAssembly: Grpc.Auth (in Grpc.Auth.dll) Version: 0.6.1.0
Syntaxpublic static HeaderInterceptor FromCredential(
+
Namespace: Grpc.AuthAssembly: Grpc.Auth (in Grpc.Auth.dll) Version: 0.7.0.0
Syntaxpublic static HeaderInterceptor FromCredential(
ITokenAccess credential
)
Public Shared Function FromCredential (
credential As ITokenAccess
diff --git a/doc/ref/csharp/html/html/M_Grpc_Core_AsyncClientStreamingCall_2_Dispose.htm b/doc/ref/csharp/html/html/M_Grpc_Core_AsyncClientStreamingCall_2_Dispose.htm
index 206999e0f46..1ef25e1fb5c 100644
--- a/doc/ref/csharp/html/html/M_Grpc_Core_AsyncClientStreamingCall_2_Dispose.htm
+++ b/doc/ref/csharp/html/html/M_Grpc_Core_AsyncClientStreamingCall_2_Dispose.htm
@@ -3,6 +3,6 @@
If the call has already finished normally (request stream has been completed and call result has been received), doesn't do anything.
Otherwise, requests cancellation of the call which should terminate all pending async operations associated with the call.
As a result, all resources being used by the call should be released eventually.
-
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax