Session Property

Summary

Gets the client proxy that performs the communication with the actual client.

Syntax
C#
VB
C++
public ICStoreClientSessionProxy Session { get; set; } 
  
Public Property Session As ICStoreClientSessionProxy 
public: 
property ICStoreClientSessionProxy^ Session { 
   ICStoreClientSessionProxy^ get(); 
   void set (    ICStoreClientSessionProxy^ ); 
} 

Property Value

The client proxy that performs the communication with the actual client.

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly