C# Класс MMSApp3_Listener, API-Platform

MMSApp3_Listener class
Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Описание методов

Page_Load() защищенный Метод

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
Результат void