Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Protocol
unsafe byte [] Interop.SecPkgContext_ApplicationProtocol.Protocol
get
Definition at line
243
of file
Interop.cs
.
244
{
245
get
246
{
247
fixed
(
byte
*
pointer
=
ProtocolId
)
248
{
249
return
new
Span<byte>
(
pointer
,
ProtocolIdSize
).ToArray();
250
}
251
}
252
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.pointer
@ pointer
Interop.SecPkgContext_ApplicationProtocol.ProtocolId
unsafe fixed byte ProtocolId[255]
Definition
Interop.cs:241
Interop.SecPkgContext_ApplicationProtocol.ProtocolIdSize
byte ProtocolIdSize
Definition
Interop.cs:239
Interop
SecPkgContext_ApplicationProtocol
Generated by
1.10.0