Name

HttpSimpleClientProtocol

Synopsis

This abstract class provides basic functionality for communicating with a web service over HTTP. This class is inherited by HttpGetClientProtocol and HttpPostClientProtocol, both of which your proxy classes can derive from directly. Parameters for an HTTP proxy are encoded by using application/x-www-form-urlencoded content type.

Public MustInherit Class HttpSimpleClientProtocol : Inherits HttpWebClientProtocol
' Protected Constructors
   Protected Sub New() 
' Protected Instance Methods
   Protected Function BeginInvoke(ByVal methodName As String, 
        ByVal requestUrl As String, 
        ByVal parameters As Object(), 
        ByVal callback As AsyncCallback, 
        ByVal asyncState As Object) As IAsyncResult  
   Protected Function EndInvoke(
        ByVal asyncResult As IAsyncResult) As Object  
   Protected Function Invoke(ByVal methodName As String, 
        ByVal requestUrl As String, 
        ByVal parameters As Object()) As Object  
End Class

Hierarchy

System.ObjectSystem.MarshalByRefObject System.ComponentModel.Component(System.ComponentModel.IComponent, System.IDisposable)WebClientProtocolHttpWebClientProtocol HttpSimpleClientProtocol

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.