ClientConn
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.net.http.httputil
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
ClientConn()
init()
Sub New()
constructor (Mutex, Conn, Memory<Reader>, error, error, ReadCloser, Int64, Int64, Map<Memory<Request>, UInt64>, Pipeline, Func<Memory<Request>, Writer, error>)
// .NET, .NET Standard 2.0
constructor(amu: Mutex; ac: Conn; ar: Memory<Reader>; are: error; awe: error; alastbody: ReadCloser; anread: Int64; anwritten: Int64; apipereq: Map<Memory<Request>, UInt64>; apipe: Pipeline; awriteReq: Func<Memory<Request>, Writer, error>)
// Island
constructor(amu: Mutex; ac: Conn; ar: Memory<Reader>; are: error; awe: error; alastbody: ReadCloser; anread: int; anwritten: int; apipereq: Map<Memory<Request>, UInt64>; apipe: Pipeline; awriteReq: Func<RemObjects.Elements.System.Memory<go.net.http.Request>,go.io.Writer,go.builtin.error>)
// .NET, .NET Standard 2.0
ClientConn(Mutex amu, Conn ac, Memory<Reader> ar, error are, error awe, ReadCloser alastbody, Int64 anread, Int64 anwritten, Map<Memory<Request>, UInt64> apipereq, Pipeline apipe, Func<Memory<Request>, Writer, error> awriteReq)
// Island
ClientConn(Mutex amu, Conn ac, Memory<Reader> ar, error are, error awe, ReadCloser alastbody, int anread, int anwritten, Map<Memory<Request>, UInt64> apipereq, Pipeline apipe, Func<RemObjects.Elements.System.Memory<go.net.http.Request>,go.io.Writer,go.builtin.error> awriteReq)
// .NET, .NET Standard 2.0
init(_ amu: Mutex, _ ac: Conn, _ ar: Memory<Reader>, _ are: error, _ awe: error, _ alastbody: ReadCloser, _ anread: Int64, _ anwritten: Int64, _ apipereq: Map<Memory<Request>, UInt64>, _ apipe: Pipeline, _ awriteReq: Func<Memory<Request>, Writer, error>)
// Island
init(_ amu: Mutex, _ ac: Conn, _ ar: Memory<Reader>, _ are: error, _ awe: error, _ alastbody: ReadCloser, _ anread: int, _ anwritten: int, _ apipereq: Map<Memory<Request>, UInt64>, _ apipe: Pipeline, _ awriteReq: Func<RemObjects.Elements.System.Memory<go.net.http.Request>,go.io.Writer,go.builtin.error>)
// .NET, .NET Standard 2.0
Sub New(amu As Mutex, ac As Conn, ar As Memory<Reader>, are As error, awe As error, alastbody As ReadCloser, anread As Int64, anwritten As Int64, apipereq As Map<Memory<Request>, UInt64>, apipe As Pipeline, awriteReq As Func (Of Memory<Request>, Writer, error))
// Island
Sub New(amu As Mutex, ac As Conn, ar As Memory<Reader>, are As error, awe As error, alastbody As ReadCloser, anread As int, anwritten As int, apipereq As Map<Memory<Request>, UInt64>, apipe As Pipeline, awriteReq As Func<RemObjects.Elements.System.Memory<go.net.http.Request>,go.io.Writer,go.builtin.error>)
Parameters:
- amu:
- ac:
- ar:
- are:
- awe:
- alastbody:
- anread:
- anwritten:
- apipereq:
- apipe:
- awriteReq:
constructor (ClientConn)
constructor(value: ClientConn)
ClientConn(ClientConn value)
init(_ value: ClientConn)
Sub New(value As ClientConn)
Parameters:
- value: