Class FlightCallOptions
public class FlightCallOptions
- Inheritance
-
FlightCallOptions
- Inherited Members
Constructors
FlightCallOptions()
public FlightCallOptions()
Properties
Headers
public Metadata Headers { get; set; }
Property Value
Timeout
Gets or sets the optional timeout for this call. Negative durations mean an implementation-defined default behavior will be used instead.
public TimeSpan Timeout { get; set; }