SoapHttpClientProtocol.GetReaderForMessage Method (SoapClientMessage, Int32)
.NET Framework (current version)
Returns an XmlReader initialized with the Stream property of the SoapClientMessage parameter.
Assembly: System.Web.Services (in System.Web.Services.dll)
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> Protected Overridable Function GetReaderForMessage ( message As SoapClientMessage, bufferSize As Integer ) As XmlReader
Parameters
- message
-
Type:
System.Web.Services.Protocols.SoapClientMessage
A SoapClientMessage that provides the Stream to initialize the XmlReader.
- bufferSize
-
Type:
System.Int32
The initial buffer size of the StreamReader used by the XmlReader.
Return Value
Type: System.Xml.XmlReaderA XmlReader initialized with the Stream property of the message parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: