Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TransportContext.cs
Go to the documentation of this file.
1
using
System.Security.Authentication.ExtendedProtection
;
2
3
namespace
System.Net
;
4
5
public
abstract
class
TransportContext
6
{
7
public
abstract
ChannelBinding
?
GetChannelBinding
(
ChannelBindingKind
kind);
8
}
System.Net.TransportContext.GetChannelBinding
ChannelBinding? GetChannelBinding(ChannelBindingKind kind)
System.Net.TransportContext
Definition
TransportContext.cs:6
System.Security.Authentication.ExtendedProtection.ChannelBinding
Definition
ChannelBinding.cs:6
System.Net
Definition
HttpClientJsonExtensions.cs:8
System.Security.Authentication.ExtendedProtection.ChannelBindingKind
ChannelBindingKind
Definition
ChannelBindingKind.cs:4
System.Security.Authentication.ExtendedProtection
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
source
System.Net.Primitives
System.Net
TransportContext.cs
Generated by
1.10.0