FPCServer.StopWebProxyService
Method
Stops the Web proxy service.
VBScript Syntax[VBScript]
FPCServer.StopWebProxyService( fWaitUntilComplete )
C++ Syntax[C++]
HRESULT StopWebProxyService(
VARIANT_BOOL fWaitUntilComplete
);
Parameters
- fWaitUntilComplete
- Boolean that specifies whether the method waits for the
operation to complete before the method returns S_OK or an
error.
Parameters
- fWaitUntilComplete
- Optional.
Applies To
FPCServer
See Also
FPCServer.StartWebProxyService