Share via


SoapWebRequest Members

Provides a Web Services Enhancements(WSE)-specific implementation of the System.Net.WebRequest class.

The following tables list the members exposed by the SoapWebRequest type.

Public Constructors

  Name Description
SoapWebRequest Overloaded.  

Top

Public Properties

  Name Description
public property ConnectionGroupName Overridden. Gets or sets the name of the connection group for the SOAP request.
public property ContentLength  (inherited from WebRequest )
public property ContentType Overridden. Gets or sets the content type of the SOAP request.
public property Credentials Overridden. Gets or sets the network credentials used to access an XML Web service.
public property Headers Overridden. Gets the collection of HTTP headers associated with the SOAP request.
public property Method Overridden. Gets or sets the request method to use in the SOAP request.
public property Pipeline Returns an object that allows custom filtering of messages.
public property PreAuthenticate Overridden. Gets or sets a value indicating whether to send a preauthentication header with the SOAP request.
public property Proxy  (inherited from WebRequest )
public property Request Creates a Web request from an XML Web service.
public property RequestUri Overridden. Gets the original URI for the SOAP request.
public property SoapContext Gets security, routing, and other XML Web serivces architecture-specific information associated with the SOAP request.
public property Timeout Overridden. Gets or sets the time-out value for a SOAP request.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Abort Overridden. [To be supplied.]
public method BeginGetRequestStream Overridden. Begins the writing of data into a stream that is sent to an XML Web service.
public method BeginGetResponse Overridden. Begins to get an asynchronous response from an XML Web service.
public method CreateObjRef  (inherited from MarshalByRefObject )
public method EndGetRequestStream Overridden. Completes the asynchronous request to get a System.IO.Stream that is sent to an XML Web service.
public method EndGetResponse Overridden. Completes the asynchronous request to get a response from an XML Web service.
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetLifetimeService  (inherited from MarshalByRefObject )
public method GetRequestStream Overridden. Returns a System.IO.Stream to write the SOAP request to.
public method GetResponse Overridden. Returns a SOAP response from an XML Web service.
public method GetType  (inherited from Object )
public method InitializeLifetimeService  (inherited from MarshalByRefObject )
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SoapWebRequest Class
Microsoft.Web.Services2 Namespace
SoapContext