Encontré las soluciones. Gracias ahora. ahora está trabajando muy bien.
Dirección de EndpointAddress = nuevo EndpointAddress (nuevo Uri (“net.tcp: //SC-Server-APP01: 50010/Common/Definition”), EndpointIdentity.CreateUpnIdentity (“svcrange@dev”));
NetTcpBinding netTcpBinding = nuevo NetTcpBinding ();
netTcpBinding.MaxReceivedMessageSize = int.MaxValue;
netTcpBinding.TransactionFlow = verdad;
netTcpBinding.TransactionProtocol = TransactionProtocol.OleTransactions;
netTcpBinding.ReaderQuotas.MaxDepth = int.MaxValue;
netTcpBinding.ReaderQuotas.MaxStringContentLength = int.MaxValue;
netTcpBinding.ReaderQuotas.MaxArrayLength = int.MaxValue;
Fábrica de ChannelFactory = nuevo ChannelFactory (el netTcpBinding, dirección);
fábrica. Endpoint.Behaviors.Add (nuevo AttachExtendedHeadersBehavior ()
{
Dominio = “gama”,
Cultura = "",
Usuario = ""
});
IDefinition IDefinition1 = factory.CreateChannel ();
defs del var = IDefinition1.GetAllDefinitions (“someuser”);