Skip to main content
deleted 19 characters in body
Source Link
TylerH
  • 21.3k
  • 84
  • 84
  • 121

the code over it in vbnetvb.net:

dim FeToSend as new (object--> define class)

Dim client As New HttpClient
Dim content = New StringContent(FeToSend.ToString(), Encoding.UTF8,"application/json")
content.Headers.ContentType = New MediaTypeHeaderValue( "application/json" )
Dim risp = client.PostAsync(Chiamata, content).Result

msgbox(risp.tostring)

Hope this help

the code over it in vbnet:

dim FeToSend as new (object--> define class)

Dim client As New HttpClient
Dim content = New StringContent(FeToSend.ToString(), Encoding.UTF8,"application/json")
content.Headers.ContentType = New MediaTypeHeaderValue( "application/json" )
Dim risp = client.PostAsync(Chiamata, content).Result

msgbox(risp.tostring)

Hope this help

the code over it in vb.net:

dim FeToSend as new (object--> define class)

Dim client As New HttpClient
Dim content = New StringContent(FeToSend.ToString(), Encoding.UTF8,"application/json")
content.Headers.ContentType = New MediaTypeHeaderValue( "application/json" )
Dim risp = client.PostAsync(Chiamata, content).Result

msgbox(risp.tostring)

the code over it in vbnet:

dim FeToSend as new (object--> define class)

Dim client As New HttpClient Dim content = New StringContent(FeToSend.ToString(), Encoding.UTF8,"application/json") content.Headers.ContentType = New MediaTypeHeaderValue("application/json") Dim risp = client.PostAsync(Chiamata, content).Result

dim FeToSend as new (object--> define class)

Dim client As New HttpClient
Dim content = New StringContent(FeToSend.ToString(), Encoding.UTF8,"application/json")
content.Headers.ContentType = New MediaTypeHeaderValue( "application/json" )
Dim risp = client.PostAsync(Chiamata, content).Result

msgbox(risp.tostring)

msgbox(risp.tostring)Hope this help

the code over it in vbnet:

dim FeToSend as new (object--> define class)

Dim client As New HttpClient Dim content = New StringContent(FeToSend.ToString(), Encoding.UTF8,"application/json") content.Headers.ContentType = New MediaTypeHeaderValue("application/json") Dim risp = client.PostAsync(Chiamata, content).Result

msgbox(risp.tostring)

the code over it in vbnet:

dim FeToSend as new (object--> define class)

Dim client As New HttpClient
Dim content = New StringContent(FeToSend.ToString(), Encoding.UTF8,"application/json")
content.Headers.ContentType = New MediaTypeHeaderValue( "application/json" )
Dim risp = client.PostAsync(Chiamata, content).Result

msgbox(risp.tostring)

Hope this help

Source Link

the code over it in vbnet:

dim FeToSend as new (object--> define class)

Dim client As New HttpClient Dim content = New StringContent(FeToSend.ToString(), Encoding.UTF8,"application/json") content.Headers.ContentType = New MediaTypeHeaderValue("application/json") Dim risp = client.PostAsync(Chiamata, content).Result

msgbox(risp.tostring)