Ich fand die Lösungen. Dank jetzt. er adaequat ist jetzt.
EndpointAddress Adresse = neues EndpointAddress (neues Uri („net.tcp: //SC-Server-APP01: 50010/Common/Definition“), EndpointIdentity.CreateUpnIdentity („svcrange@dev“));
netTcpBinding NetTcpBinding = neues NetTcpBinding ();
netTcpBinding.MaxReceivedMessageSize = int.MaxValue;
netTcpBinding.TransactionFlow = ausrichten en;
netTcpBinding.TransactionProtocol = TransactionProtocol.OleTransactions;
netTcpBinding.ReaderQuotas.MaxDepth = int.MaxValue;
netTcpBinding.ReaderQuotas.MaxStringContentLength = int.MaxValue;
netTcpBinding.ReaderQuotas.MaxArrayLength = int.MaxValue;
ChannelFactory Fabrik = neues ChannelFactory (netTcpBinding, Adresse);
Fabrik. Endpoint.Behaviors.Add (neues AttachExtendedHeadersBehavior ()
{
Gebiet = „Strecke“,
Kultur = "",
Benutzer = ""
});
IDefinition IDefinition1 = factory.CreateChannel ();
var defs = IDefinition1.GetAllDefinitions („someuser“);