Microsoft Exam Questions

How can this be achieved?

There is a WCF (Windows Communication Foundation) service PassGuideService.
There is a WCF (Windows Communication Foundation) client proxy PassGuideClient.
PassGuideClient was created with the Microsoft Visual Studio Add Service Reference command.
PassGuideClient must be able to handle responses up to size of 8 MB.
How can this be achieved? Select three.

A.
Change the configuration file by..

B.
Change the contract of PassGuideClient by..

C.
Change the contract of PassGuideService by..

D.
..setting the attribute maxBytesPerRead to..

E.
..setting the attribute maxBytesPerRead to..

F.
..setting the attribute maxReceivedMessageSize to..

G.
..setting the attribute maxBufferPoolSize to..

H.
..setting the attribute minBytesPerRead to..

I.
..setting the attribute minBytesPerRead to..

J.
..setting the attribute minReceivedMessageSize to..
K.
..setting the attribute minBufferPoolSize to..
L.
.. 1048576.
M.
. 5242880
N.
.. 8388608

Explanation: