Name

HttpPostClientProtocol

Synopsis

You can inherit from this class to create a proxy class that communicates by using the HTTP POST protocol, which encodes parameters in the body of the HTTP request. When using this class, you must use the corresponding HttpMethodAttribute to bind proxy class methods to web service methods.

Public Class HttpPostClientProtocol : Inherits HttpSimpleClientProtocol
' Public Constructors
   Public Sub New() 
' Protected Instance Methods
   Overrides Protected Function GetWebRequest(
        ByVal uri As Uri) As WebRequest  
End Class

Hierarchy

System.ObjectSystem.MarshalByRefObject System.ComponentModel.Component(System.ComponentModel.IComponent, System.IDisposable)WebClientProtocolHttpWebClientProtocolHttpSimpleClientProtocol HttpPostClientProtocol

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.