@@ -49,6 +49,7 @@ public void Remove(string methodName) { }
49
49
public System . Threading . Tasks . Task StopAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
50
50
[ System . Diagnostics . DebuggerStepThroughAttribute ]
51
51
public System . Threading . Tasks . Task < System . Threading . Channels . ChannelReader < object > > StreamAsChannelCoreAsync ( string methodName , System . Type returnType , object [ ] args , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
52
+ public System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsyncCore < TResult > ( string methodName , object [ ] args , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
52
53
}
53
54
public partial class HubConnectionBuilder : Microsoft . AspNetCore . SignalR . Client . IHubConnectionBuilder , Microsoft . AspNetCore . SignalR . ISignalRBuilder
54
55
{
@@ -141,6 +142,17 @@ public static partial class HubConnectionExtensions
141
142
public static System . Threading . Tasks . Task < System . Threading . Channels . ChannelReader < TResult > > StreamAsChannelAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
142
143
[ System . Diagnostics . DebuggerStepThroughAttribute ]
143
144
public static System . Threading . Tasks . Task < System . Threading . Channels . ChannelReader < TResult > > StreamAsChannelCoreAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object [ ] args , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
145
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , object arg2 , object arg3 , object arg4 , object arg5 , object arg6 , object arg7 , object arg8 , object arg9 , object arg10 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
146
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , object arg2 , object arg3 , object arg4 , object arg5 , object arg6 , object arg7 , object arg8 , object arg9 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
147
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , object arg2 , object arg3 , object arg4 , object arg5 , object arg6 , object arg7 , object arg8 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
148
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , object arg2 , object arg3 , object arg4 , object arg5 , object arg6 , object arg7 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
149
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , object arg2 , object arg3 , object arg4 , object arg5 , object arg6 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
150
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , object arg2 , object arg3 , object arg4 , object arg5 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
151
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , object arg2 , object arg3 , object arg4 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
152
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , object arg2 , object arg3 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
153
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , object arg2 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
154
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , object arg1 , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
155
+ public static System . Collections . Generic . IAsyncEnumerable < TResult > StreamAsync < TResult > ( this Microsoft . AspNetCore . SignalR . Client . HubConnection hubConnection , string methodName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
144
156
}
145
157
public enum HubConnectionState
146
158
{
0 commit comments