10 lines
174 B
C#
10 lines
174 B
C#
namespace rail
|
|
{
|
|
public interface IRailHttpSessionHelper
|
|
{
|
|
IRailHttpSession CreateHttpSession();
|
|
|
|
IRailHttpResponse CreateHttpResponse(string http_response_data);
|
|
}
|
|
}
|