C# Класс System.Net.WebProxy

Наследование: IWebProxy, ISerializable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
System ( System serializationInfo, System streamingContext ) : void
WebProxy ( )
WebProxy ( System Address )
WebProxy ( System Address, bool BypassOnLocal )
WebProxy ( System Address, bool BypassOnLocal, string BypassList )
WebProxy ( System Address, bool BypassOnLocal, string BypassList, System Credentials )
WebProxy ( string Address )
WebProxy ( string Address, bool BypassOnLocal )
WebProxy ( string Address, bool BypassOnLocal, string BypassList )
WebProxy ( string Address, bool BypassOnLocal, string BypassList, System Credentials )
WebProxy ( string Host, int Port )

Защищенные методы

Метод Описание
GetObjectData ( System serializationInfo, System streamingContext ) : void
WebProxy ( System serializationInfo, System streamingContext )

Описание методов

GetObjectData() защищенный метод

protected GetObjectData ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
Результат void

System() публичный метод

public System ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
Результат void

WebProxy() публичный метод

public WebProxy ( )

WebProxy() публичный метод

public WebProxy ( System Address )
Address System

WebProxy() защищенный метод

protected WebProxy ( System serializationInfo, System streamingContext )
serializationInfo System
streamingContext System

WebProxy() публичный метод

public WebProxy ( System Address, bool BypassOnLocal )
Address System
BypassOnLocal bool

WebProxy() публичный метод

public WebProxy ( System Address, bool BypassOnLocal, string BypassList )
Address System
BypassOnLocal bool
BypassList string

WebProxy() публичный метод

public WebProxy ( System Address, bool BypassOnLocal, string BypassList, System Credentials )
Address System
BypassOnLocal bool
BypassList string
Credentials System

WebProxy() публичный метод

public WebProxy ( string Address )
Address string

WebProxy() публичный метод

public WebProxy ( string Address, bool BypassOnLocal )
Address string
BypassOnLocal bool

WebProxy() публичный метод

public WebProxy ( string Address, bool BypassOnLocal, string BypassList )
Address string
BypassOnLocal bool
BypassList string

WebProxy() публичный метод

public WebProxy ( string Address, bool BypassOnLocal, string BypassList, System Credentials )
Address string
BypassOnLocal bool
BypassList string
Credentials System

WebProxy() публичный метод

public WebProxy ( string Host, int Port )
Host string
Port int