SoapServerProtocol.GetWriterForMessage Method (SoapServerMessage, Int32)
.NET Framework (current version)
Returns an XmlTextWriter initialized with the specified SoapServerMessage and buffer size.
Assembly: System.Web.Services (in System.Web.Services.dll)
[<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")>] abstract GetWriterForMessage : message:SoapServerMessage * bufferSize:int -> XmlWriter [<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")>] override GetWriterForMessage : message:SoapServerMessage * bufferSize:int -> XmlWriter
Parameters
- message
-
Type:
System.Web.Services.Protocols.SoapServerMessage
The SoapServerMessage with which to initialize the XmlTextWriter.
- bufferSize
-
Type:
System.Int32
The buffer size with which to initialize the XmlTextWriter.
Return Value
Type: System.Xml.XmlWriterA XmlTextWriter initialized with the SoapServerMessage specified by message and the buffer size specified by bufferSize.
.NET Framework
Available since 2.0
Available since 2.0
Show: