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

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public CallOptions WithHeaders(
	Metadata headers
)

Parameters

headers
Type: Grpc.CoreMetadata
The headers.

Return Value

Type: CallOptions
See Also