You can configure client channel through both binding & behaviors applied to client scenario. The binding configures the wire level protocol detail, whereas , the behavior configures local execution environment.
Key things that you might configure on the client side binding :-
1. Send Timeout Value : this influence when the time out exception happens.
2. Transport Protocol specific setting : that usually has to be sync with service setting as well.
There are also some client side behavior that you can apply to your client side endpoints. That's why they are called client side endpoint behavior in WCF.
I. Configure client side binding :-
II. Configure client side behavior :-
No comments:
Post a Comment