NSFileHandle+Socket documentation

Authors

Generated by builder

Software documentation for the NSFileHandle(SocketAdditions) category

NSFileHandle(SocketAdditions)

Declared in:
NSFileHandle+Socket.h

@group Network and Communication

Category on NSFileHandle which adds support for creating protocol-agnostic sockets.

Method summary

fileHandleConnectedToRemoteHost: forService: 

+ (NSFileHandle*) fileHandleConnectedToRemoteHost: (NSString*)aHost forService: (NSString*)aService;

Returns a new file handle object wrapping a connection-oriented stream socket to the specified host on the named service.