Contents

init(options:)

Creates a session object directed over proxy to another host.

Declaration

init(options inOptions: [AnyHashable : Any]! = [:]) throws

Parameters

  • inOptions:

    A dictionary of options to associate with the session. Can be nil.

Return Value

The created session object.

Discussion

See Also

Related Documentation

Creating and Accessing Sessions