UnityEngine.Networking.UploadHandlerRaw.InternalSetContentType C# (CSharp) Méthode

InternalSetContentType() private méthode

private InternalSetContentType ( string newContentType ) : void
newContentType string
Résultat void
        private extern void InternalSetContentType(string newContentType);
        [MethodImpl(MethodImplOptions.InternalCall)]