You create a client application by using Microsoft .NET Framework 3.5.
The client application consumes a Windows Communication Foundation service that uses the netMsmqBinding binding.
The binding uses a private transactional queue named Library. The following code fragment is part of the application configuration file
(Line numbers are included for reference only.)
<endpoint binding="netMsmqBinding" contract="serviceReference.ILibrary" />
You need to specify the address of the endpoint.
Which attribute should you insert?
A.
address="..private$.Library"
B.
address="net.msmq://..private$Library"
C.
address="net.msmq://localhost/private/Library"
D.
address="net.msmq://localhost/private/transactional/Library"