C# Class HttpClient.ViewController

Inheritance: NSViewController, INSTableViewDataSource
Show file Open project: xamarin/mac-samples Class Usage Examples

Private Properties

Property Type Description
GetObjectValue NSObject
GetRowCount nint
OnPress void
OnPress void
ReleaseDesignerOutlets void
RunTls12Request void

Public Methods

Method Description
AwakeFromNib ( ) : void
RenderError ( string s ) : void
RenderStream ( Stream stream ) : void
ViewController ( IntPtr handle ) : System

Private Methods

Method Description
GetObjectValue ( NSTableView tableView, NSTableColumn tableColumn, nint row ) : NSObject
GetRowCount ( NSTableView tableView ) : nint
OnPress ( Foundation sender ) : void
OnPress ( NSObject sender ) : void
ReleaseDesignerOutlets ( ) : void
RunTls12Request ( ) : void

Method Details

AwakeFromNib() public method

public AwakeFromNib ( ) : void
return void

RenderError() public method

public RenderError ( string s ) : void
s string
return void

RenderStream() public method

public RenderStream ( Stream stream ) : void
stream Stream
return void

ViewController() public method

public ViewController ( IntPtr handle ) : System
handle System.IntPtr
return System