public MockSmartSubtransportStream(MockSmartSubtransport parent, string endpointUrl, bool isPost, string contentType) : base(parent) { EndpointUrl = endpointUrl; IsPost = isPost; ContentType = contentType; }