Name

SoapHttpClientProtocol

Synopsis

You can inherit from this class to create a proxy class that communicates by using the SOAP protocol over HTTP. This is the most commonly used class for creating proxies, and the default in proxy classes .NET generates automatically. When using this class, you must also use the corresponding SoapDocumentMethodAttribute or SoapRpcMethodAttribute to bind a proxy class method to a web service method.

Public Class SoapHttpClientProtocol : Inherits HttpWebClientProtocol
' Public Constructors
   Public Sub New() 
' Public Instance Methods
   Public Sub Discover() 
' Protected Instance Methods
   Protected Function BeginInvoke(ByVal methodName 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()  
   Overrides Protected Function GetWebRequest(
        ByVal uri As Uri) As WebRequest  
   Protected Function Invoke(ByVal methodName As String, 
        ByVal parameters As Object()) As Object()  
End Class

Hierarchy

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

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.