Partager via


Constructeur ServiceClient

Initializes a new instance of the ServiceClient class.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publique ServiceClient() () () () Initializes a new instance of the ServiceClient class with default values.
Méthode publique ServiceClient(String) Initializes a new instance of the ServiceClient class with the specified endpoint configuration name.
Méthode publique ServiceClient(Binding, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified binding and remote address.
Méthode publique ServiceClient(String, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address.
Méthode publique ServiceClient(String, String) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address as a string.

Haut de la page