ESRI.ArcGIS.ADF.ArcGISServer
HttpProxy Constructor
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > HttpProxy Class : HttpProxy Constructor




xmlNamespaceSubstitute
tokenServiceUrl
identity
token
uriWithToken

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlNamespaceSubstitute As String, _
   ByVal tokenServiceUrl As String, _
   ByVal identity As Identity, _
   ByVal token As String, _
   ByVal uriWithToken As Uri _
)
Visual Basic (Usage)Copy Code
Dim xmlNamespaceSubstitute As String
Dim tokenServiceUrl As String
Dim identity As Identity
Dim token As String
Dim uriWithToken As Uri
 
Dim instance As HttpProxy(xmlNamespaceSubstitute, tokenServiceUrl, identity, token, uriWithToken)
C# 
public HttpProxy( 
   string xmlNamespaceSubstitute,
   string tokenServiceUrl,
   Identity identity,
   string token,
   Uri uriWithToken
)

Parameters

xmlNamespaceSubstitute
tokenServiceUrl
identity
token
uriWithToken

See Also

© 2010 All Rights Reserved.