GotConnInfo
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.net.http.httptrace
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
GotConnInfo()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aConn: Conn; aReused: Boolean; aWasIdle: Boolean; aIdleTime: Duration)
// Island
constructor(aConn: Conn; aReused: bool; aWasIdle: bool; aIdleTime: Duration)
// .NET, .NET Standard 2.0
GotConnInfo(Conn aConn, Boolean aReused, Boolean aWasIdle, Duration aIdleTime)
// Island
GotConnInfo(Conn aConn, bool aReused, bool aWasIdle, Duration aIdleTime)
Parameters:
- aConn:
- aReused:
- aWasIdle:
- aIdleTime:
constructor (GotConnInfo)
constructor(value: GotConnInfo)
GotConnInfo(GotConnInfo value)
init(_ value: GotConnInfo)
Sub New(value As GotConnInfo)
Parameters:
- value:
Conn
IdleTime
var IdleTime: Duration;
Duration IdleTime
var IdleTime: Duration
IdleTime Duration
FIELD IdleTime() As Duration
Reused
WasIdle
Conn
IdleTime
var IdleTime: Duration;
Duration IdleTime
var IdleTime: Duration
IdleTime Duration
FIELD IdleTime() As Duration
Reused
WasIdle
constructor
constructor
GotConnInfo()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aConn: Conn; aReused: Boolean; aWasIdle: Boolean; aIdleTime: Duration)
// Island
constructor(aConn: Conn; aReused: bool; aWasIdle: bool; aIdleTime: Duration)
// .NET, .NET Standard 2.0
GotConnInfo(Conn aConn, Boolean aReused, Boolean aWasIdle, Duration aIdleTime)
// Island
GotConnInfo(Conn aConn, bool aReused, bool aWasIdle, Duration aIdleTime)
Parameters:
- aConn:
- aReused:
- aWasIdle:
- aIdleTime:
constructor (GotConnInfo)
constructor(value: GotConnInfo)
GotConnInfo(GotConnInfo value)
init(_ value: GotConnInfo)
Sub New(value As GotConnInfo)
Parameters:
- value: