Click or drag to resize
CallOptions Properties

The CallOptions type exposes the following members.

Properties
  NameDescription
Public propertyCancellationToken
Token that can be used for cancelling the call.
Public propertyDeadline
Call deadline.
Public propertyHeaders
Headers to send at the beginning of the call.
Public propertyPropagationToken
Token for propagating parent call context.
Public propertyWriteOptions
Write options that will be used for this call.
Top
See Also