SetProxyPrivateKey Method
In This Topic
Sets the private key used for connecting to the proxy, if required
Syntax
'Declaration
Public Sub SetProxyPrivateKey( _
ByVal As String _
)
public void SetProxyPrivateKey(
string
)
public:
void SetProxyPrivateKey(
String^
)
Parameters
- value
- The private key, in the form required by the server
See Also