Luxand.FSDK.SetHTTPProxy C# (CSharp) Method

SetHTTPProxy() private method

private SetHTTPProxy ( string ServerNameOrIPAddress, UInt16 Port, string UserName, string Password ) : int
ServerNameOrIPAddress string
Port UInt16
UserName string
Password string
return int
        public static extern int SetHTTPProxy(string ServerNameOrIPAddress, UInt16 Port, string UserName, string Password);
FSDK