Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ConnectionGroupName
virtual
?
string
System.Net.WebRequest.ConnectionGroupName
get
set
Definition at line
80
of file
WebRequest.cs
.
81
{
82
get
83
{
84
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_PropertyNotImplementedException
);
85
}
86
set
87
{
88
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_PropertyNotImplementedException
);
89
}
90
}
System.NotImplemented.ByDesignWithMessage
static Exception ByDesignWithMessage(string message)
Definition
NotImplemented.cs:5
System.NotImplemented
Definition
NotImplemented.cs:4
System.SR.net_PropertyNotImplementedException
static string net_PropertyNotImplementedException
Definition
SR.cs:80
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
Net
WebRequest
Generated by
1.10.0