ISCPSession Interface
The ISCPSession interface provides efficient common state management for multiple operations.
A secure content provider (SCP) session is useful when transferring multiple files. In that case, the session can help SCP do some of the operations only once instead of once for every file transfer. This results in better transfer performance.
In addition to the methods inherited from IUnknown, the ISCPSession interface exposes the following methods.
Method | Description |
BeginSession | Indicates the beginning of a session. |
EndSession | Indicates the end of a session. |
GetSecureQuery | Obtains a secure query object for to the session. |
See Also