Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MockImplementationProvider.cs
Go to the documentation of this file.
2
4{
5 public override bool IsSupported => true;
6
11
13 {
14 return new MockConnection(options.RemoteEndPoint, options.ClientAuthenticationOptions, options.LocalEndPoint, options.MaxUnidirectionalStreams, options.MaxBidirectionalStreams);
15 }
16}
override QuicListenerProvider CreateListener(QuicListenerOptions options)
override QuicConnectionProvider CreateConnection(QuicClientConnectionOptions options)