Handler

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.net.webdav
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

Handler()

 

init()

 

Sub New()

constructor (string, FileSystem, LockSystem, Action<Memory<Request>, error>)

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
constructor(aPrefix: string; aFileSystem: FileSystem; aLockSystem: LockSystem; aLogger: Action<Memory<Request>, error>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
constructor(aPrefix: string; aFileSystem: FileSystem; aLockSystem: LockSystem; aLogger: Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>)

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Handler(string aPrefix, FileSystem aFileSystem, LockSystem aLockSystem, Action<Memory<Request>, error> aLogger)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Handler(string aPrefix, FileSystem aFileSystem, LockSystem aLockSystem, Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error> aLogger)

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
init(_ aPrefix: string, _ aFileSystem: FileSystem, _ aLockSystem: LockSystem, _ aLogger: Action<Memory<Request>, error>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
init(_ aPrefix: string, _ aFileSystem: FileSystem, _ aLockSystem: LockSystem, _ aLogger: Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>)

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Sub New(aPrefix As string, aFileSystem As FileSystem, aLockSystem As LockSystem, aLogger As Action (Of Memory<Request>, error))
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Sub New(aPrefix As string, aFileSystem As FileSystem, aLockSystem As LockSystem, aLogger As Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>)

Parameters:

  • aPrefix:
  • aFileSystem:
  • aLockSystem:
  • aLogger:

constructor (Handler)

 

constructor(value: Handler)

 

Handler(Handler value)

 

init(_ value: Handler)

 

Sub New(value As Handler)

Parameters:

  • value:

FileSystem

 

var FileSystem: FileSystem;

 

FileSystem FileSystem

 

var FileSystem: FileSystem

 

FileSystem FileSystem

 

FIELD FileSystem() As FileSystem

LockSystem

 

var LockSystem: LockSystem;

 

LockSystem LockSystem

 

var LockSystem: LockSystem

 

LockSystem LockSystem

 

FIELD LockSystem() As LockSystem

Logger

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
var Logger: Action<Memory<Request>, error>;
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
var Logger: Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>;

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Action<Memory<Request>, error> Logger
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error> Logger

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
var Logger: Action<Memory<Request>, error>
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
var Logger: Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Logger Action<Memory<Request>, error>
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Logger Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
FIELD Logger() As Action (Of Memory<Request>, error)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
FIELD Logger() As Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>

Prefix

 

var Prefix: string;

 

string Prefix

 

var Prefix: string

 

Prefix string

 

FIELD Prefix() As string

ServeHTTP

 

method ServeHTTP(w: ResponseWriter; r: Memory<Request>)

 

void ServeHTTP(ResponseWriter w, Memory<Request> r)

 

func ServeHTTP(_ w: ResponseWriter, _ r: Memory<Request>)

 

// .NET, .NET Standard 2.0
func ServeHTTP(w ResponseWriter, r Memory<Request>) 
// Island
func ServeHTTP(w ResponseWriter, r Memory<Request>) void

 

Sub ServeHTTP(w As ResponseWriter, r As Memory<Request>)

Parameters:

  • w:
  • r:

 

FileSystem

 

var FileSystem: FileSystem;

 

FileSystem FileSystem

 

var FileSystem: FileSystem

 

FileSystem FileSystem

 

FIELD FileSystem() As FileSystem

LockSystem

 

var LockSystem: LockSystem;

 

LockSystem LockSystem

 

var LockSystem: LockSystem

 

LockSystem LockSystem

 

FIELD LockSystem() As LockSystem

Logger

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
var Logger: Action<Memory<Request>, error>;
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
var Logger: Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>;

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Action<Memory<Request>, error> Logger
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error> Logger

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
var Logger: Action<Memory<Request>, error>
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
var Logger: Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Logger Action<Memory<Request>, error>
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Logger Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
FIELD Logger() As Action (Of Memory<Request>, error)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
FIELD Logger() As Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>

Prefix

 

var Prefix: string;

 

string Prefix

 

var Prefix: string

 

Prefix string

 

FIELD Prefix() As string

 

constructor

 

constructor

 

Handler()

 

init()

 

Sub New()

constructor (string, FileSystem, LockSystem, Action<Memory<Request>, error>)

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
constructor(aPrefix: string; aFileSystem: FileSystem; aLockSystem: LockSystem; aLogger: Action<Memory<Request>, error>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
constructor(aPrefix: string; aFileSystem: FileSystem; aLockSystem: LockSystem; aLogger: Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>)

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Handler(string aPrefix, FileSystem aFileSystem, LockSystem aLockSystem, Action<Memory<Request>, error> aLogger)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Handler(string aPrefix, FileSystem aFileSystem, LockSystem aLockSystem, Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error> aLogger)

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
init(_ aPrefix: string, _ aFileSystem: FileSystem, _ aLockSystem: LockSystem, _ aLogger: Action<Memory<Request>, error>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
init(_ aPrefix: string, _ aFileSystem: FileSystem, _ aLockSystem: LockSystem, _ aLogger: Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>)

 

// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Sub New(aPrefix As string, aFileSystem As FileSystem, aLockSystem As LockSystem, aLogger As Action (Of Memory<Request>, error))
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Sub New(aPrefix As string, aFileSystem As FileSystem, aLockSystem As LockSystem, aLogger As Action<RemObjects.Elements.System.Memory<go.net.http.Request>,go.builtin.error>)

Parameters:

  • aPrefix:
  • aFileSystem:
  • aLockSystem:
  • aLogger:

constructor (Handler)

 

constructor(value: Handler)

 

Handler(Handler value)

 

init(_ value: Handler)

 

Sub New(value As Handler)

Parameters:

  • value: