MCPcopy Create free account
hub / github.com/koding/kite / RemoteAddr

Method RemoteAddr

sockjsclient/sockjsclient.go:188–190  ·  view source on GitHub ↗

RemoteAddr gives network address of the remote client.

()

Source from the content-addressed store, hash-verified

186
187// RemoteAddr gives network address of the remote client.
188func (w *WebsocketSession) RemoteAddr() string {
189 return w.conn.RemoteAddr().String()
190}
191
192// ID returns a session id.
193func (w *WebsocketSession) ID() string {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected