8 lines
111 B
C#
8 lines
111 B
C#
namespace rail
|
|
{
|
|
public class RailHttpSessionResponse : EventBase
|
|
{
|
|
public string http_response_data;
|
|
}
|
|
}
|