C# Class Xamarin.iOS.Xamarin_iOSViewController

Mostra file Open project: xamarin/mobile-samples Class Usage Examples

Public Properties

Property Type Description
EndPoint EndpointAddress

Private Properties

Property Type Description
ClientOnGetHelloDataCompleted void
ClientOnSayHelloToCompleted void
CreateBasicHttp BasicHttpBinding
GetHelloWorldDataButtonTouchUpInside void
InitializeHelloWorldServiceClient void
ReleaseDesignerOutlets void
SayHelloWorldDataButtonTouchUpInside void

Public Methods

Method Description
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
Xamarin_iOSViewController ( ) : System

Private Methods

Method Description
ClientOnGetHelloDataCompleted ( object sender, GetHelloDataCompletedEventArgs e ) : void
ClientOnSayHelloToCompleted ( object sender, SayHelloToCompletedEventArgs e ) : void
CreateBasicHttp ( ) : BasicHttpBinding
GetHelloWorldDataButtonTouchUpInside ( object sender, EventArgs e ) : void
InitializeHelloWorldServiceClient ( ) : void
ReleaseDesignerOutlets ( ) : void
SayHelloWorldDataButtonTouchUpInside ( object sender, EventArgs e ) : void

Method Details

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Xamarin_iOSViewController() public method

public Xamarin_iOSViewController ( ) : System
return System

Property Details

EndPoint public_oe static_oe property

public static EndpointAddress EndPoint
return EndpointAddress