私はiOS
アプリケーションで働いています。https
接続でサーバーに接続しようとしていますNSStream
。ではNSURLConnection
、これはうまく機能し、次のような挑戦を信頼できます。
-(void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge {
}
しかし、私の問題は、ストリームで使用できる唯一のデリゲートは次のとおりです。
- (void) stream:(NSStream *)stream handleEvent:(NSStreamEvent)eventCode {
}
これを管理する方法は?