SoapHttpClientProtocol.GetWriterForMessage Method (SoapClientMessage, Int32)
.NET Framework (current version)
Returns a XmlWriter 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 GetWriterForMessage ( message As SoapClientMessage, bufferSize As Integer ) As XmlWriter
Parameters
- message
-
Type:
System.Web.Services.Protocols.SoapClientMessage
A SoapClientMessage that provides the Stream to initialize the XmlWriter.
- bufferSize
-
Type:
System.Int32
The initial buffer size of the StreamWriter used by the XmlWriter.
Return Value
Type: System.Xml.XmlWriterA XmlWriter initialized with the Stream property of the message parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: