macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

initWithProxyHost:port:type:realm:authenticationMethod:

-(id)initWithProxyHost:(NSString *)host:
             port:(int)port:
             type:(NSString *)proxyType:
             realm:(NSString *)realm:
             authenticationMethod:(NSString *)authenticationMethod:

解説

保護領域を初期化して返します。

返り値

( id )

オブジェクト

引数

( NSString * )host
( int )port
( NSString * )proxyType
( NSString * )realm
( NSString * )authenticationMethod

クラス

NSURLProtectionSpace

Instance Methods

使用可能

10.2.7(10.2+safari)

参照

-initWithHost:port:protocol:realm:authenticationMethod:

例文