Server
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.net.http.httptest
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Server()
init()
Sub New()
constructor (string, Listener, Memory<Config>, Memory<Server>, Memory<Certificate>, WaitGroup, Mutex, Boolean, Map<Conn, ConnState>, Memory<Client>)
// .NET, .NET Standard 2.0
constructor(aURL: string; aListener: Listener; aTLS: Memory<Config>; aConfig: Memory<Server>; acertificate: Memory<Certificate>; awg: WaitGroup; amu: Mutex; aclosed: Boolean; aconns: Map<Conn, ConnState>; aclient: Memory<Client>)
// Island
constructor(aURL: string; aListener: Listener; aTLS: Memory<Config>; aConfig: Memory<Server>; acertificate: Memory<Certificate>; awg: WaitGroup; amu: Mutex; aclosed: bool; aconns: Map<Conn, ConnState>; aclient: Memory<Client>)
// .NET, .NET Standard 2.0
Server(string aURL, Listener aListener, Memory<Config> aTLS, Memory<Server> aConfig, Memory<Certificate> acertificate, WaitGroup awg, Mutex amu, Boolean aclosed, Map<Conn, ConnState> aconns, Memory<Client> aclient)
// Island
Server(string aURL, Listener aListener, Memory<Config> aTLS, Memory<Server> aConfig, Memory<Certificate> acertificate, WaitGroup awg, Mutex amu, bool aclosed, Map<Conn, ConnState> aconns, Memory<Client> aclient)
// .NET, .NET Standard 2.0
init(_ aURL: string, _ aListener: Listener, _ aTLS: Memory<Config>, _ aConfig: Memory<Server>, _ acertificate: Memory<Certificate>, _ awg: WaitGroup, _ amu: Mutex, _ aclosed: Boolean, _ aconns: Map<Conn, ConnState>, _ aclient: Memory<Client>)
// Island
init(_ aURL: string, _ aListener: Listener, _ aTLS: Memory<Config>, _ aConfig: Memory<Server>, _ acertificate: Memory<Certificate>, _ awg: WaitGroup, _ amu: Mutex, _ aclosed: bool, _ aconns: Map<Conn, ConnState>, _ aclient: Memory<Client>)
// .NET, .NET Standard 2.0
Sub New(aURL As string, aListener As Listener, aTLS As Memory<Config>, aConfig As Memory<Server>, acertificate As Memory<Certificate>, awg As WaitGroup, amu As Mutex, aclosed As Boolean, aconns As Map<Conn, ConnState>, aclient As Memory<Client>)
// Island
Sub New(aURL As string, aListener As Listener, aTLS As Memory<Config>, aConfig As Memory<Server>, acertificate As Memory<Certificate>, awg As WaitGroup, amu As Mutex, aclosed As bool, aconns As Map<Conn, ConnState>, aclient As Memory<Client>)
Parameters:
- aURL:
- aListener:
- aTLS:
- aConfig:
- acertificate:
- awg:
- amu:
- aclosed:
- aconns:
- aclient:
constructor (Server)
Parameters:
- value:
Certificate
// .NET, .NET Standard 2.0
method Certificate: Memory<Certificate>
// Island
method Certificate: Memory<Certificate>
// .NET, .NET Standard 2.0
Memory<Certificate> Certificate()
// Island
Memory<Certificate> Certificate()
// .NET, .NET Standard 2.0
func Certificate() -> Memory<Certificate>
// Island
func Certificate() -> Memory<Certificate>
// .NET, .NET Standard 2.0
func Certificate() Memory<Certificate>
// Island
func Certificate() Memory<Certificate>
// .NET, .NET Standard 2.0
Function Certificate() As Memory<Certificate>
// Island
Function Certificate() As Memory<Certificate>
Client
Close
method Close
void Close()
func Close()
// .NET, .NET Standard 2.0
func Close()
// Island
func Close() void
Sub Close()
CloseClientConnections
method CloseClientConnections
void CloseClientConnections()
func CloseClientConnections()
// .NET, .NET Standard 2.0
func CloseClientConnections()
// Island
func CloseClientConnections() void
Sub CloseClientConnections()
Config
Listener
var Listener: Listener;
Listener Listener
var Listener: Listener
Listener Listener
FIELD Listener() As Listener
Start
method Start
void Start()
func Start()
// .NET, .NET Standard 2.0
func Start()
// Island
func Start() void
Sub Start()
StartTLS
method StartTLS
void StartTLS()
func StartTLS()
// .NET, .NET Standard 2.0
func StartTLS()
// Island
func StartTLS() void
Sub StartTLS()
TLS
URL
Config
Listener
var Listener: Listener;
Listener Listener
var Listener: Listener
Listener Listener
FIELD Listener() As Listener
TLS
URL
constructor
constructor
Server()
init()
Sub New()
constructor (string, Listener, Memory<Config>, Memory<Server>, Memory<Certificate>, WaitGroup, Mutex, Boolean, Map<Conn, ConnState>, Memory<Client>)
// .NET, .NET Standard 2.0
constructor(aURL: string; aListener: Listener; aTLS: Memory<Config>; aConfig: Memory<Server>; acertificate: Memory<Certificate>; awg: WaitGroup; amu: Mutex; aclosed: Boolean; aconns: Map<Conn, ConnState>; aclient: Memory<Client>)
// Island
constructor(aURL: string; aListener: Listener; aTLS: Memory<Config>; aConfig: Memory<Server>; acertificate: Memory<Certificate>; awg: WaitGroup; amu: Mutex; aclosed: bool; aconns: Map<Conn, ConnState>; aclient: Memory<Client>)
// .NET, .NET Standard 2.0
Server(string aURL, Listener aListener, Memory<Config> aTLS, Memory<Server> aConfig, Memory<Certificate> acertificate, WaitGroup awg, Mutex amu, Boolean aclosed, Map<Conn, ConnState> aconns, Memory<Client> aclient)
// Island
Server(string aURL, Listener aListener, Memory<Config> aTLS, Memory<Server> aConfig, Memory<Certificate> acertificate, WaitGroup awg, Mutex amu, bool aclosed, Map<Conn, ConnState> aconns, Memory<Client> aclient)
// .NET, .NET Standard 2.0
init(_ aURL: string, _ aListener: Listener, _ aTLS: Memory<Config>, _ aConfig: Memory<Server>, _ acertificate: Memory<Certificate>, _ awg: WaitGroup, _ amu: Mutex, _ aclosed: Boolean, _ aconns: Map<Conn, ConnState>, _ aclient: Memory<Client>)
// Island
init(_ aURL: string, _ aListener: Listener, _ aTLS: Memory<Config>, _ aConfig: Memory<Server>, _ acertificate: Memory<Certificate>, _ awg: WaitGroup, _ amu: Mutex, _ aclosed: bool, _ aconns: Map<Conn, ConnState>, _ aclient: Memory<Client>)
// .NET, .NET Standard 2.0
Sub New(aURL As string, aListener As Listener, aTLS As Memory<Config>, aConfig As Memory<Server>, acertificate As Memory<Certificate>, awg As WaitGroup, amu As Mutex, aclosed As Boolean, aconns As Map<Conn, ConnState>, aclient As Memory<Client>)
// Island
Sub New(aURL As string, aListener As Listener, aTLS As Memory<Config>, aConfig As Memory<Server>, acertificate As Memory<Certificate>, awg As WaitGroup, amu As Mutex, aclosed As bool, aconns As Map<Conn, ConnState>, aclient As Memory<Client>)
Parameters:
- aURL:
- aListener:
- aTLS:
- aConfig:
- acertificate:
- awg:
- amu:
- aclosed:
- aconns:
- aclient:
constructor (Server)
Parameters:
- value: