Click or drag to resize
CallOptionsWithCredentials Method
Returns new instance of CallOptions with Credentials set to the value provided. Values of all other fields are preserved.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 1.0.0
Syntax
public CallOptions WithCredentials(
	CallCredentials credentials
)

Parameters

credentials
Type: Grpc.CoreCallCredentials
The call credentials.

Return Value

Type: CallOptions
See Also