Partilhar via


SqlCeReplication.InternetProxyServer Property

Especifica o servidor proxy a ser usado para acessar o recurso HTTP especificado na propriedade InternetUrl.

Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em system.data.sqlserverce.dll)

Sintaxe

'Declaração
Public Property InternetProxyServer As String
public string InternetProxyServer { get; set; }
public:
property String^ InternetProxyServer {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_InternetProxyServer ()

/** @property */
public void set_InternetProxyServer (String value)
public function get InternetProxyServer () : String

public function set InternetProxyServer (value : String)

Valor da propriedade

O nome (ou endereço IP) do servidor proxy e, opcionalmente, o número da porta, no seguinte formato: ProxyServerName:Port

Comentários

Para especificar o nome (ou endereço IP) do computador proxy e o número da porta, use o seguinte formato:

ProxyServerName:Port

Segurança de thread

Quaisquer membros estáticos públicos (compartilhados no Microsoft Visual Basic) desse tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread safe.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
Informações de versão
.NET Framework e NET Compact Framework
Com suporte no 3.5
.NET Framework
Com suporte no 3.0
.NET Compact Framework e .Net Framework
Com suporte no 2.0

Consulte também

Referência

SqlCeReplication Class
SqlCeReplication Members
System.Data.SqlServerCe Namespace