networkProtocol

Retrieves or sets the network protocol for the server connection URL, which is also known as the URL scheme. Defaults to HTTP.

Syntax

@property(readwrite, retain, nonatomic) NSString* networkProtocol; 

Parameters

None.

Returns

Returns the network protocol for the server connection URL.