Connect Method

Summary
Enables an application to establish a connection with the authentication repository.
Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=Connect&applic" + "ationName={applicationName}")] 
public Stream Connect( 
   string id, 
   string domain, 
   string applicationName 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=Connect&applicationName={applicationName}")> 
Function Connect( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal applicationName As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=Connect&applicationName={applicationName}")] 
Stream^ Connect(  
   String^ id, 
   String^ domain, 
   String^ applicationName 
)  

Parameters

id
The context manager id.

domain
The domain name of the site or organization that is being served by the located component.

applicationName
A succinct string that contains the application's symbolic name.

Return Value

The value of a connection coupon.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.