|
FreeRDP
|
per channel configuration More...
#include <proxy_context.h>
Data Fields | |
| char * | channel_name |
| UINT32 | front_channel_id |
| UINT32 | back_channel_id |
| pf_utils_channel_mode | channelMode |
| WINPR_ATTR_NODISCARD proxyChannelDataFn | onFrontData |
| WINPR_ATTR_NODISCARD proxyChannelDataFn | onBackData |
| proxyChannelContextDtor | contextDtor |
| void * | context |
per channel configuration
Definition at line 61 of file proxy_context.h.
| UINT32 pServerStaticChannelContext::back_channel_id |
Definition at line 65 of file proxy_context.h.
| char* pServerStaticChannelContext::channel_name |
Definition at line 63 of file proxy_context.h.
| pf_utils_channel_mode pServerStaticChannelContext::channelMode |
Definition at line 66 of file proxy_context.h.
| void* pServerStaticChannelContext::context |
Definition at line 70 of file proxy_context.h.
| proxyChannelContextDtor pServerStaticChannelContext::contextDtor |
Definition at line 69 of file proxy_context.h.
| UINT32 pServerStaticChannelContext::front_channel_id |
Definition at line 64 of file proxy_context.h.
| WINPR_ATTR_NODISCARD proxyChannelDataFn pServerStaticChannelContext::onBackData |
Definition at line 68 of file proxy_context.h.
| WINPR_ATTR_NODISCARD proxyChannelDataFn pServerStaticChannelContext::onFrontData |
Definition at line 67 of file proxy_context.h.