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




dataSource
service
identity
userInfo
token
xmlNamespaceSubstitute
serviceType

Syntax

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

Parameters

dataSource
service
identity
userInfo
token
xmlNamespaceSubstitute
serviceType

See Also

© 2010 All Rights Reserved.