19 lines
495 B
C#
19 lines
495 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.Extensions
|
|
{
|
|
// Token: 0x02001F92 RID: 8082
|
|
[Token(Token = "0x2001F92")]
|
|
public static class ExceptionHelper
|
|
{
|
|
// Token: 0x0600CCD5 RID: 52437 RVA: 0x002EDEA4 File Offset: 0x002EC0A4
|
|
[Token(Token = "0x600CCD5")]
|
|
[Address(RVA = "0x17127F0", Offset = "0x17115F0", VA = "0x1817127F0")]
|
|
public static Exception ServerClosedTCPStream()
|
|
{
|
|
return new Exception("TCP Stream closed unexpectedly by the remote server");
|
|
}
|
|
}
|
|
}
|