Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple Port Traffic?



On Tuesday, May 29, 2001, at 08:21 AM, Eric Doggett wrote:

So my question is this: what's the simplest method to send this traffic out?
Is this a task for NSSocketPort?

No. NSSocketPort is a class implementing the NSPort abstraction using network sockets, not a direct interface to TCP. If you want to send an email message, I would suggest looking at the Message.framework. If you want to send raw network packets, just use BSD sockets directly. If you want to send and receive, CFSocket may be of help to you. There are also third-party networking libraries like OmniNetworking.

Douglas Davidson


References: 
 >Simple Port Traffic? (From: "Eric Doggett" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.