CallOptions Methods |
The CallOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| WithCancellationToken |
Returns new instance of CallOptions with
CancellationToken set to the value provided. Values of all other fields are preserved.
| |
| WithCredentials |
Returns new instance of CallOptions with
Credentials set to the value provided. Values of all other fields are preserved.
| |
| WithDeadline |
Returns new instance of CallOptions with
Deadline set to the value provided. Values of all other fields are preserved.
| |
| WithHeaders |
Returns new instance of CallOptions with
Headers set to the value provided. Values of all other fields are preserved.
| |
| WithPropagationToken |
Returns new instance of CallOptions with
PropagationToken set to the value provided. Values of all other fields are preserved.
| |
| WithWaitForReady |
Returns new instance of CallOptions with "WaitForReady" semantics enabled/disabled.
IsWaitForReady.
Note: experimental API that can change or be removed without any prior notice.
| |
| WithWriteOptions |
Returns new instance of CallOptions with
WriteOptions set to the value provided. Values of all other fields are preserved.
|