Type Method
型メソッド
sessionWithConfiguration:
Creates a session with the specified session configuration.
セッションをこの指定されたセッション構成設定で作成します。
Parameters
パラメータ
configuration
A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, credential storage, and so on.
ある構成設定オブジェクト、それは特定の挙動を指定します、たとえばキャッシュする方針、タイムアウト、プロキシ、パイプ接続、サポートするTLSバージョン、クッキー方針、資格情報ストレージ、など。
See NSURLSessionConfiguration
for more information.
NSURLSessionConfiguration
をさらなる情報として見てください。
Discussion
議論
Calling this method is equivalent to calling sessionWithConfiguration:delegate:delegateQueue:
with a nil
delegate and queue.
このメソッドを呼び出すことは、sessionWithConfiguration:delegate:delegateQueue:
をnil
の委任先とキューで呼び出すことに等しいです。
See Also
参照
Creating a Session
セッションを作成する
NSURLSessionConfiguration
A configuration object that defines behavior and policies for a URL session.
ある構成設定オブジェクト、それはあるURLセッションに対する挙動と方針を定義します。
configuration
A copy of the configuration object for this session.
このセッションに対する構成設定オブジェクトのあるコピー。