Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTTPPort = 5985 HTTPSPort = 5986 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
func NewSession ¶
func NewSession(upstream Middleware, config *SessionConfig) (Middleware, error)
func NewUTF8 ¶
func NewUTF8(upstream Middleware) (Middleware, error)
type SessionConfig ¶
type SessionConfig struct { ComputerName string AllowRedirection bool Authentication string CertificateThumbprint string Credential interface{} Port int UseSSL bool }
func NewSessionConfig ¶
func NewSessionConfig() *SessionConfig
func (*SessionConfig) ToArgs ¶
func (c *SessionConfig) ToArgs() []string
type UserPasswordCredential ¶
Click to show internal directories.
Click to hide internal directories.