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