1 write to exporter
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
659this.exporter = exporter;
3 references to exporter
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractExporter.cs (3)
672WsdlNS.SoapOperationBinding soapOperationBinding = SoapHelper.GetOrCreateSoapOperationBinding(endpointContext, operation, exporter); 718WsdlNS.SoapBodyBinding bodyBinding = SoapHelper.GetOrCreateSoapBodyBinding(endpointContext, messageBinding, exporter); 779get { return GetMessageExportContext(exporter); }