0

私はiOSアプリケーションで働いています。https接続でサーバーに接続しようとしていますNSStream。ではNSURLConnection、これはうまく機能し、次のような挑戦を信頼できます。

-(void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge {

}

しかし、私の問題は、ストリームで使用できる唯一のデリゲートは次のとおりです。

- (void) stream:(NSStream *)stream handleEvent:(NSStreamEvent)eventCode {

} 

これを管理する方法は?

4

1 に答える 1