1 instantiation of MimeTextBinding
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5394
o = new global::System.Web.Services.Description.
MimeTextBinding
();
19 references to MimeTextBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
799
|| ext is WsdlNS.
MimeTextBinding
System.Web.Services (18)
System\Web\Services\Configuration\WebServicesSection.cs (1)
494
typeof(
MimeTextBinding
),
System\Web\Services\Description\MimeFormatExtensions.cs (2)
111
[XmlFormatExtension("text",
MimeTextBinding
.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
112
[XmlFormatExtensionPrefix("tm",
MimeTextBinding
.Namespace)]
System\Web\Services\Description\MimeTextImporter.cs (5)
13
MimeTextBinding
textBinding;
15
internal
MimeTextBinding
TextBinding {
29
MimeTextBinding
mimeTextBinding = (
MimeTextBinding
)ImportContext.OperationBinding.Output.Extensions.Find(typeof(
MimeTextBinding
));
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
643
else if (ai is global::System.Web.Services.Description.
MimeTextBinding
) {
644
Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.
MimeTextBinding
)ai), false, false);
735
else if (ai is global::System.Web.Services.Description.
MimeTextBinding
) {
736
Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.
MimeTextBinding
)ai), false, false);
759
void Write97_MimeTextBinding(string n, string ns, global::System.Web.Services.Description.
MimeTextBinding
o, bool isNullable, bool needType) {
766
if (t == typeof(global::System.Web.Services.Description.
MimeTextBinding
)) {
1113
else if (ai is global::System.Web.Services.Description.
MimeTextBinding
) {
1114
Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.
MimeTextBinding
)ai), false, false);
5382
global::System.Web.Services.Description.
MimeTextBinding
Read97_MimeTextBinding(bool isNullable, bool checkType) {
5393
global::System.Web.Services.Description.
MimeTextBinding
o;