<< Click to display table of contents >> TRVProxyProperty |
Contains properties for proxy configuration.
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
Syntax
TRVProxyProperty = class(TPersistent);
TObject TPersistent |
This property is useful for users who use a proxy server for internet connections.
This property is used when TRVCamera, TRVCamSender, TRVCamReceiver components send and receive data using HTTP. This property is ignored when TCP or UDP is used.
This class has the following properties:
•ProxyMode: TRVMFProxyMode, one of the following values:
Value |
Meaning |
rvmNoProxy |
Proxy is not used. Other properties of this class are ignored. |
rvmManualSettings |
Proxy is used, its properties are specified in this class. |
rvmNoProxy by default.
•Host: String – IP address or host name of the proxy server.
•Port: Integer – port number that is used by the proxy server for client connections.
The following parameters are used only in TRVCamera for its own connections. They are not used by FFmpeg and GStreamer connections, they are not used in TRVCamSender and TRVCamReceiver:
•UserName: String – user name used by the proxy server for client connections.
•Password: String – password used by the proxy server for client connections.
TRVProxyProperty is a class of the following properties: