pub fn ax_tcp_socket_addr(socket: &AxTcpSocketHandle) -> AxResult<SocketAddr>
Available on crate feature
net
only.Expand description
Returns the local address and port of the TCP socket.
pub fn ax_tcp_socket_addr(socket: &AxTcpSocketHandle) -> AxResult<SocketAddr>
net
only.Returns the local address and port of the TCP socket.