System.Web.Services.Protocols.SoapServerProtocol.GetWriterForMessage Method

Returns an System.Xml.XmlTextWriter initialized with the specified System.Web.Services.Protocols.SoapServerMessage and buffer size.

Syntax

protected virtual System.Xml.XmlWriter GetWriterForMessage (SoapServerMessage message, int bufferSize)

Parameters

message
The System.Web.Services.Protocols.SoapServerMessage with which to initialize the System.Xml.XmlTextWriter.
bufferSize
The buffer size with which to initialize the System.Xml.XmlTextWriter.

Returns

A System.Xml.XmlTextWriter initialized with the System.Web.Services.Protocols.SoapServerMessage specified by message and the buffer size specified by bufferSize.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0