2 references to startInfoHeaderParam
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
311if (parsedContentType.MediaType == multipartRelatedMediaType && parsedContentType.Parameters.ContainsKey(startInfoHeaderParam)) 314action = new ContentType(parsedContentType.Parameters[startInfoHeaderParam]).Parameters["action"];