ESRI.ArcGIS.ADF.ArcGISServer
SoapVersion Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NAServerProxy Class : SoapVersion Property




Syntax

Visual Basic (Declaration) 
<ComVisibleAttribute(False)>
<DefaultValueAttribute()>
<WebServicesDescriptionAttribute("The version of the SOAP protocol to use for requests. By default, SOAP 1.1 will be used.")>
Public Property SoapVersion As SoapProtocolVersion
Visual Basic (Usage)Copy Code
Dim instance As NAServerProxy
Dim value As SoapProtocolVersion
 
instance.SoapVersion = value
 
value = instance.SoapVersion
C# 
[ComVisibleAttribute(false)]
[DefaultValueAttribute()]
[WebServicesDescriptionAttribute("The version of the SOAP protocol to use for requests. By default, SOAP 1.1 will be used.")]
public SoapProtocolVersion SoapVersion {get; set;}

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.