2 writes to _contentType
System.Runtime.Remoting (2)
channels\core\basetransportheaders.cs (2)
59
set {
_contentType
= value; }
220
case 3:
_contentType
= (String)value; break;
2 references to _contentType
System.Runtime.Remoting (2)
channels\core\basetransportheaders.cs (2)
58
get { return
_contentType
; }
196
case 3: return
_contentType
;