FreeRDP
|
Enumerations | |
enum | pf_utils_channel_mode { PF_UTILS_CHANNEL_NOT_HANDLED , PF_UTILS_CHANNEL_BLOCK , PF_UTILS_CHANNEL_PASSTHROUGH , PF_UTILS_CHANNEL_INTERCEPT } |
how is handled a channel More... | |
enum | PfChannelResult { PF_CHANNEL_RESULT_PASS , PF_CHANNEL_RESULT_DROP , PF_CHANNEL_RESULT_ERROR } |
result of a channel treatment More... | |
enum | ProxyFetchTargetMethod { PROXY_FETCH_TARGET_METHOD_DEFAULT , PROXY_FETCH_TARGET_METHOD_CONFIG , PROXY_FETCH_TARGET_METHOD_LOAD_BALANCE_INFO , PROXY_FETCH_TARGET_USE_CUSTOM_ADDR } |
how is handled a channel
FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Proxy enum types
Copyright 2023 Armin Novak armin Copyright 2023 Thincast Technologies GmbH .nov ak@th inca st.co m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
enum PfChannelResult |