TextReaderApplicationLayerMaster..::..ConnectReq Method
   Connect Request, this function is used for establishing the connection
   
                
    Namespace: 
   CAS.CommServer.DataProvider.TextReaderAssembly: DataProvider.TextReader (in DataProvider.TextReader.dll)
Syntax
public TConnectReqRes ConnectReq( IAddress remoteAddress )
Public Function ConnectReq ( _ remoteAddress As IAddress _ ) As TConnectReqRes
public: TConnectReqRes^ ConnectReq( IAddress^ remoteAddress )
Parameters
- remoteAddress
 - Type: IAddress
address of the remote unit 
Return Value
Success: Operation accomplished successfully NoConnection: Connection cannot be established.Exceptions
| Exception | Condition | 
|---|---|
| InvalidOperationException | Connected | 
| ArgumentException | Wrong address format type | 

