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