Initializes the receiver as a TCP/IP socket of type SOCK_STREAM that can connect to a remote host on a specified port.
Original signature is '- (id)initRemoteWithTCPPort:(unsigned short)port host:(NSString *)hostName'
Available in Mac OS X v10.0 and later.


A TCP/IP socket port of type SOCK_STREAM that can connect to the remote host hostName on port port.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)