FreeRDP
<RDPSessionDelegate> Protocol Reference

#import <RDPSession.h>

Inheritance diagram for <RDPSessionDelegate>:
Collaboration diagram for <RDPSessionDelegate>:

Instance Methods

(void) - session:didFailToConnect:
 
(void) - sessionWillConnect:
 
(void) - sessionDidConnect:
 
(void) - sessionWillDisconnect:
 
(void) - sessionDidDisconnect:
 
(void) - sessionBitmapContextWillChange:
 
(void) - sessionBitmapContextDidChange:
 
(void) - session:needsRedrawInRect:
 
(CGSize) - sizeForFitScreenForSession:
 
(void) - session:requestsAuthenticationWithParams:
 
(void) - session:verifyCertificateWithParams:
 

Method Documentation

◆ session:didFailToConnect:

- (void) session: (RDPSession *)  session
didFailToConnect: (int)  reason 
optional

◆ session:needsRedrawInRect:

- (void) session: (RDPSession *)  session
needsRedrawInRect: (CGRect)  rect 
optional

◆ session:requestsAuthenticationWithParams:

- (void) session: (RDPSession *)  session
requestsAuthenticationWithParams: (NSMutableDictionary *)  params 
optional

◆ session:verifyCertificateWithParams:

- (void) session: (RDPSession *)  session
verifyCertificateWithParams: (NSMutableDictionary *)  params 
optional

◆ sessionBitmapContextDidChange:

- (void) sessionBitmapContextDidChange: (RDPSession *)  session
optional

◆ sessionBitmapContextWillChange:

- (void) sessionBitmapContextWillChange: (RDPSession *)  session
optional

◆ sessionDidConnect:

- (void) sessionDidConnect: (RDPSession *)  session
optional

◆ sessionDidDisconnect:

- (void) sessionDidDisconnect: (RDPSession *)  session
optional

◆ sessionWillConnect:

- (void) sessionWillConnect: (RDPSession *)  session
optional

◆ sessionWillDisconnect:

- (void) sessionWillDisconnect: (RDPSession *)  session
optional

◆ sizeForFitScreenForSession:

- (CGSize) sizeForFitScreenForSession: (RDPSession *)  session
optional

The documentation for this protocol was generated from the following file: