Instance Method インスタンスメソッド

startSecureConnection

Completes any enqueued reads and writes, and establishes a secure connection. あらゆるエンキューされた読み出しおよび書き出しを完了します、そしてある安全な接続を確立します。

Declaration 宣言

- (void)startSecureConnection;

Discussion 議論

Authentication callbacks are sent to the session's delegate using the URLSession:task:didReceiveChallenge:completionHandler: method. 認証コールバックは、セッションのもつ委任先へとURLSession:task:didReceiveChallenge:completionHandler:メソッドを使って送られます。

See Also 参照

Starting and Stopping Secure Connections 安全な接続の開始および停止