ESRI.ArcGIS.ADF.ArcGISServer
GetReaderForMessage Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeoDataServerProxy Class : GetReaderForMessage Method




message
bufferSize

Syntax

Visual Basic (Declaration) 
<PermissionSetAttribute(File="", 
   UnicodeEncoded=False, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand Or  _
    SecurityAction.Assert Or  _
    SecurityAction.Deny Or  _
    SecurityAction.PermitOnly Or  _
    SecurityAction.LinkDemand Or  _
    SecurityAction.InheritanceDemand, 
   Unrestricted=False)>
Protected Overridable Function GetReaderForMessage( _
   ByVal message As SoapClientMessage, _
   ByVal bufferSize As Integer _
) As XmlReader
Visual Basic (Usage)Copy Code
Dim instance As GeoDataServerProxy
Dim message As SoapClientMessage
Dim bufferSize As Integer
Dim value As XmlReader
 
value = instance.GetReaderForMessage(message, bufferSize)
C# 
[PermissionSetAttribute(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert | 
    SecurityAction.Deny | 
    SecurityAction.PermitOnly | 
    SecurityAction.LinkDemand | 
    SecurityAction.InheritanceDemand, 
   Unrestricted=false)]
protected virtual XmlReader GetReaderForMessage( 
   SoapClientMessage message,
   int bufferSize
)

Parameters

message
bufferSize

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.