C# 클래스 MMSApp3_Listener, API-Platform

MMSApp3_Listener class
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: attdevsupport/API-Platform

보호된 메소드들

메소드 설명
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