Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecPkgContext_ConnectionInfo.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
internal
struct
SecPkgContext_ConnectionInfo
4
{
5
public
readonly
int
Protocol
;
6
7
public
readonly
int
DataCipherAlg
;
8
9
public
readonly
int
DataKeySize
;
10
11
public
readonly
int
DataHashAlg
;
12
13
public
readonly
int
DataHashKeySize
;
14
15
public
readonly
int
KeyExchangeAlg
;
16
17
public
readonly
int
KeyExchKeySize
;
18
}
System.Net
Definition
HttpClientJsonExtensions.cs:8
System.Net.SecPkgContext_ConnectionInfo.DataCipherAlg
readonly int DataCipherAlg
Definition
SecPkgContext_ConnectionInfo.cs:7
System.Net.SecPkgContext_ConnectionInfo.KeyExchKeySize
readonly int KeyExchKeySize
Definition
SecPkgContext_ConnectionInfo.cs:17
System.Net.SecPkgContext_ConnectionInfo.DataHashAlg
readonly int DataHashAlg
Definition
SecPkgContext_ConnectionInfo.cs:11
System.Net.SecPkgContext_ConnectionInfo.KeyExchangeAlg
readonly int KeyExchangeAlg
Definition
SecPkgContext_ConnectionInfo.cs:15
System.Net.SecPkgContext_ConnectionInfo.DataKeySize
readonly int DataKeySize
Definition
SecPkgContext_ConnectionInfo.cs:9
System.Net.SecPkgContext_ConnectionInfo.DataHashKeySize
readonly int DataHashKeySize
Definition
SecPkgContext_ConnectionInfo.cs:13
System.Net.SecPkgContext_ConnectionInfo.Protocol
readonly int Protocol
Definition
SecPkgContext_ConnectionInfo.cs:5
System.Net.SecPkgContext_ConnectionInfo
Definition
SecPkgContext_ConnectionInfo.cs:4
source
System.Net.Security
System.Net
SecPkgContext_ConnectionInfo.cs
Generated by
1.10.0