[This is preliminary documentation and is subject to change.]
The ServerCallContext type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| __ResetThreadLevelContext |
Internal framework-only method to clear thread-level context
| |
| __SetThreadLevelContext |
Internal framework-only method to bind thread-level context
| |
| GetResponseHeadersOrNull |
Properties
| Name | Description | |
|---|---|---|
| Request |
Returns RequestMsg which is being processed. Access incoming headers through Request.Headers
| |
| ResponseHeaders |
Returns Headers instance that will be appended to response
|
See Also