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)
protected: [PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = "FullTrust")] virtual XmlWriter^ GetWriterForMessage( SoapClientMessage^ message, int bufferSize )
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::XmlWriter^A XmlWriter initialized with the Stream property of the message parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: