Game Framework  2021.05.31
WebRequestStartEventArgs类 参考

Web 请求开始事件。 更多...

类 WebRequestStartEventArgs 继承关系图:
GameEventArgs BaseEventArgs GameFrameworkEventArgs IReference

Public 成员函数

 WebRequestStartEventArgs ()
 初始化 Web 请求开始事件的新实例。 更多...
 
override void Clear ()
 清理 Web 请求开始事件。 更多...
 
- Public 成员函数 继承自 GameFrameworkEventArgs
 GameFrameworkEventArgs ()
 初始化游戏框架中包含事件数据的类的新实例。 更多...
 

静态 Public 成员函数

static WebRequestStartEventArgs Create (GameFramework.WebRequest.WebRequestStartEventArgs e)
 创建 Web 请求开始事件。 更多...
 

静态 Public 属性

static readonly int EventId = typeof(WebRequestStartEventArgs).GetHashCode()
 Web 请求开始事件编号。 更多...
 

属性

override int Id [get]
 获取 Web 请求开始事件编号。 更多...
 
int SerialId [get]
 获取 Web 请求任务的序列编号。 更多...
 
string WebRequestUri [get]
 获取 Web 请求地址。 更多...
 
object UserData [get]
 获取用户自定义数据。 更多...
 
- 属性 继承自 BaseEventArgs
abstract int Id [get]
 获取类型编号。 更多...
 

详细描述

Web 请求开始事件。

构造及析构函数说明

◆ WebRequestStartEventArgs()

初始化 Web 请求开始事件的新实例。

成员函数说明

◆ Clear()

override void Clear ( )
virtual

清理 Web 请求开始事件。

实现了 GameFrameworkEventArgs.

◆ Create()

创建 Web 请求开始事件。

参数
e内部事件。
返回
创建的 Web 请求开始事件。

类成员变量说明

◆ EventId

readonly int EventId = typeof(WebRequestStartEventArgs).GetHashCode()
static

Web 请求开始事件编号。

属性说明

◆ Id

override int Id
get

获取 Web 请求开始事件编号。

◆ SerialId

int SerialId
get

获取 Web 请求任务的序列编号。

◆ UserData

object UserData
get

获取用户自定义数据。

◆ WebRequestUri

string WebRequestUri
get

获取 Web 请求地址。