C# Class MMSApp3_Listener, API-Platform

MMSApp3_Listener class
Inheritance: System.Web.UI.Page
Exibir arquivo Open project: attdevsupport/API-Platform

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Event, that triggers when the application page is loaded into the web browser Listens to server and stores the mms messages in server

Method Details

Page_Load() protected method

Event, that triggers when the application page is loaded into the web browser Listens to server and stores the mms messages in server
protected Page_Load ( object sender, EventArgs e ) : void
sender object object, that caused this event
e EventArgs Event that invoked this function
return void