9 references to truncOptions
System.ServiceModel (9)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (9)
94truncOptions tasks = EndpointPerformanceCounters.GetCompressionTasks( 98if ((tasks & truncOptions.service15) > 0) 105if ((tasks & truncOptions.contract16) > 0) 112if ((tasks & truncOptions.uri31) > 0) 149private static truncOptions GetCompressionTasks(int totalLen, int serviceLen, int contractLen, int uriLen) 151truncOptions bitmask = 0; 160bitmask |= truncOptions.service15; //compress service name to 16 chars 165bitmask |= truncOptions.contract16; //compress contract name to 8 chars 170bitmask |= truncOptions.uri31; //compress uri to 31 chars