getvpnintranetappactionResult Structure Definition

The getvpnintranetappactionResult structure defines the return type for getvpnintranetappaction API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

vpnintranetappactionList

List of vpnintranetappactions


vpnintranetappaction Structure Definition

The vpnintranetappaction structure defines the actual return type values for getvpnintranetappaction API.

Syntax



Members

intranetapplication

Name of the intranet resource for which to display detailed information.

protocol

Protocol used by the intranet application. If protocol is set to BOTH, TCP and UDP traffic is allowed.

destip

Destination IP address, IP range, or host name of the intranet application. This address is the server IP address.

netmask

The destination netmask for the application.

iprange

If you have multiple servers in your network, such as web, email, and file shares, configure an intranet application that includes the IP range for all the network applications. This allows users to access all the intranet applications contained in the IP address range.

hostname

Name based interception. Names should be valid DNS or WINS names and will be resolved during interception on the sslvpn.

destport

Destination TCP or UDP port number for the intranet application. Use a hyphen to specify a range of port numbers, for example 90-95.

interception

Interception mode for the intranet application or resource. Correct value depends on the type of client software used to make connections. If the interception mode is set to TRANSPARENT, users connect with the Citrix Gateway Plug-in for Windows. With the PROXY setting, users connect with the Citrix Gateway Plug-in for Java.

srcip

Source IP address. Required if interception mode is set to PROXY. Default is the loopback address, 127.0.0.1.

srcport

Source port for the application for which the Citrix Gateway virtual server proxies the traffic. If users are connecting from a device that uses the Citrix Gateway Plug-in for Java, applications must be configured manually by using the source IP address and TCP port values specified in the intranet application profile. If a port value is not set, the destination port value is used.

_nextgenapiresource


See Also