21 lines
552 B
C#
21 lines
552 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.Extensions
|
|
{
|
|
// Token: 0x020019B5 RID: 6581
|
|
[Token(Token = "0x20019B5")]
|
|
[StructLayout(3)]
|
|
public static class ExceptionHelper
|
|
{
|
|
// Token: 0x0600B0FB RID: 45307 RVA: 0x002959A8 File Offset: 0x00293BA8
|
|
[Token(Token = "0x600B0FB")]
|
|
[Address(RVA = "0x1C87A40", Offset = "0x1C86440", VA = "0x181C87A40")]
|
|
public static Exception ServerClosedTCPStream()
|
|
{
|
|
return new Exception("TCP Stream closed unexpectedly by the remote server");
|
|
}
|
|
}
|
|
}
|