UnityEngine.Networking.UploadHandlerRaw.SetContentType C# (CSharp) Method

SetContentType() private method

private SetContentType ( string newContentType ) : void
newContentType string
return void
        internal override void SetContentType(string newContentType)
        {
            this.InternalSetContentType(newContentType);
        }