IFPCBackupRoute::SetServerAndPort method
Applies to: desktop apps only
The SetServerAndPort method sets the name of the upstream proxy server on the backup route and the ports to use.
Syntax
HRESULT SetServerAndPort(
[in] BSTR ServerName,
[in] long Port,
[in] long SSLPort
);
FPCBackupRoute.SetServerAndPort( _
ByVal ServerName As String, _
ByVal Port As Long, _
ByVal SSLPort As Long _
)
Parameters
ServerName [in]
String value that specifies the name of the upstream proxy server on the backup route.Port [in]
A 32-bit integer that specifies the port number to use for HTTP requests. It can have a value from 1 to 65535.SSLPort [in]
A 32-bit integer that specifies the port number to use for HTTPS requests. It can have a value from 1 to 65535.
Return value
C++
This method returns S_OK if the call is successful; otherwise, it returns an error code.
VB
This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.
Remarks
This method sets the RouteServerName, RouteServerPort, and RouteServerSSLPort properties.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010