InternetProxyServer propriété
Spécifie le serveur proxy à utiliser lors de l'accès à la ressource HTTP spécifiée dans la propriété InternetUrl.
Espace de noms : System.Data.SqlServerCe
Assembly : System.Data.SqlServerCe (dans System.Data.SqlServerCe.dll)
Syntaxe
'Déclaration
Public Property InternetProxyServer As String
Get
Set
'Utilisation
Dim instance As SqlCeRemoteDataAccess
Dim value As String
value = instance.InternetProxyServer
instance.InternetProxyServer = value
public string InternetProxyServer { get; set; }
public:
property String^ InternetProxyServer {
String^ get ();
void set (String^ value);
}
member InternetProxyServer : string with get, set
function get InternetProxyServer () : String
function set InternetProxyServer (value : String)
Valeur de la propriété
Type : System. . :: . .String
Nom (ou adresse IP) du serveur proxy et numéro de port (ProxyServerName:Port) utilisés lors de l'accès à la ressource HTTP spécifiée.
Notes
Le nom (ou l'adresse IP) de l'ordinateur proxy et le numéro de port doivent tous deux être spécifiés selon le format suivant :
ProxyServerName:Port
Si SQL Server Compact 3.5 Relay est configuré correctement sur un PC en vue d'une synchronisation de type série, USB ou infrarouge, la propriété InternetProxyServer doit avoir la valeur "ppp_peer:nn", où "nn" est le numéro de port client spécifié.
Si la propriété InternetProxyServer n'est pas définie ou est vide, aucun serveur proxy n'est utilisé.