Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_channelOptions

readonly UnboundedChannelOptions System.Net.Http.Http2Connection.s_channelOptions
staticprivate
Initial value:
= new UnboundedChannelOptions
{
SingleReader = true
}

Definition at line 1743 of file Http2Connection.cs.

1744 {
1745 SingleReader = true
1746 };

Referenced by System.Net.Http.Http2Connection.Http2Connection().