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 RDPSessionDelegate) session: (RDPSession *)  session
didFailToConnect: (int)  reason 
optional

◆ session:needsRedrawInRect:()

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

◆ session:requestsAuthenticationWithParams:()

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

◆ session:verifyCertificateWithParams:()

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

◆ sessionBitmapContextDidChange:()

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

◆ sessionBitmapContextWillChange:()

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

◆ sessionDidConnect:()

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

◆ sessionDidDisconnect:()

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

◆ sessionWillConnect:()

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

◆ sessionWillDisconnect:()

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

◆ sizeForFitScreenForSession:()

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

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