The SetServerAndPort method sets the name of the upstream proxy server on the backup route and the ports to use.
HRESULT SetServerAndPort( [in] BSTR ServerName, [in] long Port, [in] long SSLPort );
String value that specifies the name of the upstream proxy server on the backup route.
A 32-bit integer that specifies the port number to use for HTTP requests. It can have a value from 1 to 65535.
A 32-bit integer that specifies the port number to use for HTTPS requests. It can have a value from 1 to 65535.
Sub SetServerAndPort( _ ByVal ServerName As String, _ ByVal Port As Long, _ ByVal SSLPort As Long _ )
String value that specifies the name of the upstream proxy server on the backup route.
A 32-bit integer that specifies the port number to use for HTTP requests. It can have a value from 1 to 65535.
A 32-bit integer that specifies the port number to use for HTTPS requests. It can have a value from 1 to 65535.
This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.
This method sets the RouteServerName, RouteServerPort, and RouteServerSSLPort properties.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.