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: 1.2.0-dev
Syntax
public CallOptions WithHeaders(
	Metadata headers
)

Parameters

headers
Type: Grpc.CoreMetadata
The headers.

Return Value

Type: CallOptions
See Also