Search results for query: *

  1. S

    webclient POST problem

    Hi, I'm trying to send a HTTP POST to my APC MasterSwitch. I use the following code: Option Explicit On Option Strict On Imports System Imports System.Net Imports System.Text Public Class APCMasterSwitch Public Function SetState(ByVal strPort1s As String, ByVal strPort2s As String, ByVal...
Back
Top