WebRPCPeer

Reference counted type used to access a peer's API.

This struct defines an alias this to its implementation property in order to provide an interface implementation of I. Any calls on the methods of this implementation will be forwarded to the remote peer.

Note that the WebRPC connection will be closed as soon as the last instance of a connected WebRPCPeer gets destroyed.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

implementation

Members

Properties

implementation
inout(I) implementation [@property getter]

Accesses the remote peer's API interface.

peerInformation
const(WebRPCPeerInfo) peerInformation [@property getter]

Provides information about the remote peer.

Meta