Cirrious.MvvmCross.Plugins.Network.Rest.MvxMultiPartFormRestRequest.GenerateContentType C# (CSharp) Method

GenerateContentType() protected method

protected GenerateContentType ( string boundary ) : string
boundary string
return string
        protected virtual string GenerateContentType(string boundary)
        {
            return MvxContentType.MultipartFormWithBoundary + boundary;
        }