C# Class DotNetXri.Client.Http.BaseFetcher

Show file Open project: AArnott/dotnetxri

Protected Properties

Property Type Description
maxHttpRedirects int
moSocketFactory SSLSocketFactory

Public Methods

Method Description
getFollowRedirects ( ) : int
getSSLSocketFactory ( ) : SSLSocketFactory
setMaxHttpRedirects ( int nFollowRedirects ) : void
setSSLSocketFactory ( SSLSocketFactory oSocketFactory ) : void

Protected Methods

Method Description
BaseFetcher ( ) : System

Method Details

BaseFetcher() protected method

protected BaseFetcher ( ) : System
return System

getFollowRedirects() public method

public getFollowRedirects ( ) : int
return int

getSSLSocketFactory() public method

public getSSLSocketFactory ( ) : SSLSocketFactory
return SSLSocketFactory

setMaxHttpRedirects() public method

public setMaxHttpRedirects ( int nFollowRedirects ) : void
nFollowRedirects int
return void

setSSLSocketFactory() public method

public setSSLSocketFactory ( SSLSocketFactory oSocketFactory ) : void
oSocketFactory SSLSocketFactory
return void

Property Details

maxHttpRedirects protected property

protected int maxHttpRedirects
return int

moSocketFactory protected property

protected SSLSocketFactory moSocketFactory
return SSLSocketFactory