This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Remove Promise from interface.
pull/957/head
Alex Gravely
7 years ago
parent
00dc288a6f
commit
cb5427a7d0
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
src/Discord.Net.Core/Net/IRequest.cs
+ 0
- 4
src/Discord.Net.Core/Net/IRequest.cs
View File
@@ -1,14 +1,10 @@
using System;
using System.IO;
using System.Threading.Tasks;
namespace Discord.Net
{
public interface IRequest
{
DateTimeOffset? TimeoutAt { get; }
TaskCompletionSource<Stream> Promise { get; }
RequestOptions Options { get; }
}
}
Write
Preview
Loading…
Cancel
Save