Share via


SoapWebResponse Members

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

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

Public Properties

  Name Description
public property ContentLength Overridden. Gets the length of the content returned by the request.
public property ContentType Overridden. Gets the content type of the response.
public property Headers Overridden. Gets the headers associated with the response from the server.
public property ResponseUri  (inherited from WebResponse )
public property SoapContext Gets WS-Security, routing, and other XML Web services architecture-specific information associated with a SOAP response.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Close  (inherited from WebResponse )
public method CreateObjRef  (inherited from MarshalByRefObject )
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetLifetimeService  (inherited from MarshalByRefObject )
public method GetResponseStream Overridden. Gets the stream used to read the body of the response from the server.
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

SoapWebResponse Class
Microsoft.Web.Services2 Namespace