Constructeur ServiceClient
Inclure les membres protégés
Inclure les membres hérités
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 | |
---|---|---|
ServiceClient() | Initializes a new instance of the ServiceClient class with default values. | |
ServiceClient(String) | Initializes a new instance of the ServiceClient class with the specified endpoint configuration name. | |
ServiceClient(Binding, EndpointAddress) | Initializes a new instance of the ServiceClient class that has the specified binding and remote address. | |
ServiceClient(String, EndpointAddress) | Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address. | |
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