iControl.iControlInterface.GetWriterForMessage C# (CSharp) Method

GetWriterForMessage() protected method

protected GetWriterForMessage ( System message, int bufferSize ) : System.Xml.XmlWriter
message System
bufferSize int
return System.Xml.XmlWriter
        protected override System.Xml.XmlWriter GetWriterForMessage(System.Web.Services.Protocols.SoapClientMessage message, int bufferSize)
        {
            System.Xml.XmlWriter writer = base.GetWriterForMessage(message, bufferSize);
            return writer;
        }