ESRI.ArcGIS.ADF.ArcGISServer.Local
CreateDcomProxy Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DcomProxyFactory Class : CreateDcomProxy Method




dataSource
service
identity
token
userInfo
xmlNamespaceSubstitute
serviceType
Do not use. For use by framework only.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateDcomProxy( _
   ByVal dataSource As String, _
   ByVal service As String, _
   ByVal identity As Identity, _
   ByVal token As String, _
   ByVal userInfo As String, _
   ByVal xmlNamespaceSubstitute As String, _
   ByVal serviceType As String _
) As SoapHttpClientProtocol
Visual Basic (Usage)Copy Code
Dim dataSource As String
Dim service As String
Dim identity As Identity
Dim token As String
Dim userInfo As String
Dim xmlNamespaceSubstitute As String
Dim serviceType As String
Dim value As SoapHttpClientProtocol
 
value = DcomProxyFactory.CreateDcomProxy(dataSource, service, identity, token, userInfo, xmlNamespaceSubstitute, serviceType)
C# 
public static SoapHttpClientProtocol CreateDcomProxy( 
   string dataSource,
   string service,
   Identity identity,
   string token,
   string userInfo,
   string xmlNamespaceSubstitute,
   string serviceType
)

Parameters

dataSource
service
identity
token
userInfo
xmlNamespaceSubstitute
serviceType

See Also

© 2010 All Rights Reserved.